Html Css Color HEX #B21808 Fire Brick

📋 copy color: '#B21808'

red 178 ◦ green 24 ◦ blue 8

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

Shades of Fire Brick #B21808

Tints of Fire Brick #B21808

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.43%

 BLUE value IS 8 (3.52% from 255) = 3.81%

R = 84.76%
G = 11.43%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B21808 (or 0xB21808) is known color: Fire Brick. HEX triplet: B2, 18 and 08. RGB value is (178,24,8). Sum of RGB (Red+Green+Blue) = 178+24+8=210 (27% of max value = 765). Red value is 178 (69.92% from 255 or 84.76% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 178 - color contains mainly: red. Hex color #B21808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21808 is #4DE7F7. Grayscale: #444444. Windows color (decimal): -5105656 or 530610. OLE color: 530610.

HSL color Cylindrical-coordinate representation of color #B21808: hue angle of 5.65º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B21808 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 24 8 -
CMYK 0 0.87 0.96 0.30
HSL 5.65º 0.91% 0.36% -
HSV(B) 5.65º 0.96% 0.7% -
XYZ 18.73 10.14 1.2 -
YUV 68.22 94.02 206.3 -
System Red Green Blue C M Y K H S L
Decimal 178 24 8 0 0.87 0.96 0.30 5.65 0.91 0.36
Hex B2 18 8 0 57 60 1E 6 5B 24
Octal 262 30 10 0 127 140 36 6 133 44
Binary 10110010 11000 1000 0 1010111 1100000 11110 110 1011011 100100

Color Harmonies of #B21808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21808

Black with #B21808

Text Example


Text Example

White with #B21808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21808; }

 p { color: rgb(178,24,8); }

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

background-color css

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

 a { background-color: rgb(178,24,8); }

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

border-color css

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

 span { border-color: rgb(178,24,8); }

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