Html Css Color HEX #B2331B Fire Brick

📋 copy color: '#B2331B'

red 178 ◦ green 51 ◦ blue 27

#B2331B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #B2331B

Tints of Fire Brick #B2331B

RGB

 RED value IS 178 (69.92% from 255) = 69.53%

 GREEN value IS 51 (20.31% from 255) = 19.92%

 BLUE value IS 27 (10.94% from 255) = 10.55%

R = 69.53%
G = 19.92%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B2331B (or 0xB2331B) is known color: Fire Brick. HEX triplet: B2, 33 and 1B. RGB value is (178,51,27). Sum of RGB (Red+Green+Blue) = 178+51+27=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B2331B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2331B is #4DCCE4. Grayscale: #565656. Windows color (decimal): -5098725 or 1782706. OLE color: 1782706.

HSL color Cylindrical-coordinate representation of color #B2331B: hue angle of 9.54º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2331B is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 51 27 -
CMYK 0 0.71 0.85 0.30
HSL 9.54º 0.74% 0.4% -
HSV(B) 9.54º 0.85% 0.7% -
XYZ 19.74 11.91 2.3 -
YUV 86.24 94.58 193.45 -
System Red Green Blue C M Y K H S L
Decimal 178 51 27 0 0.71 0.85 0.30 9.54 0.74 0.4
Hex B2 33 1B 0 47 55 1E A 4A 28
Octal 262 63 33 0 107 125 36 12 112 50
Binary 10110010 110011 11011 0 1000111 1010101 11110 1010 1001010 101000

Color Harmonies of #B2331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2331B

Black with #B2331B

Text Example


Text Example

White with #B2331B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2331B; }

 p { color: rgb(178,51,27); }

 H1.HeaderClassName
 {
   color: #B2331B;
 }
 .AnyTagClassName
 {
   color: #B2331B;
 }
</style>

background-color css

<style>
 a { background-color: #B2331B; }

 a { background-color: rgb(178,51,27); }

 div.DivClassName
 {
   background-color: #B2331B;
 }
 .BgClassName
 {
   background-color: #B2331B;
 }
</style>

border-color css

<style>
 span { border-color: #B2331B; }

 span { border-color: rgb(178,51,27); }

 td.TdClassName
 {
   border-color: #B2331B;
 }
 .TagClassName
 {
   border-color: #B2331B;
 }
</style>