Html Css Color HEX #B42008 Fire Brick

📋 copy color: '#B42008'

red 180 ◦ green 32 ◦ blue 8

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

Shades of Fire Brick #B42008

Tints of Fire Brick #B42008

RGB

 RED value IS 180 (70.7% from 255) = 81.82%

 GREEN value IS 32 (12.89% from 255) = 14.55%

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

R = 81.82%
G = 14.55%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B42008 (or 0xB42008) is known color: Fire Brick. HEX triplet: B4, 20 and 08. RGB value is (180,32,8). Sum of RGB (Red+Green+Blue) = 180+32+8=220 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.82% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 180 - color contains mainly: red. Hex color #B42008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42008 is #4BDFF7. Grayscale: #494949. Windows color (decimal): -4972536 or 532660. OLE color: 532660.

HSL color Cylindrical-coordinate representation of color #B42008: hue angle of 8.37º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B42008 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 32 8 -
CMYK 0 0.82 0.96 0.29
HSL 8.37º 0.91% 0.37% -
HSV(B) 8.37º 0.96% 0.71% -
XYZ 19.38 10.75 1.28 -
YUV 73.52 91.03 203.95 -
System Red Green Blue C M Y K H S L
Decimal 180 32 8 0 0.82 0.96 0.29 8.37 0.91 0.37
Hex B4 20 8 0 52 60 1D 8 5B 25
Octal 264 40 10 0 122 140 35 10 133 45
Binary 10110100 100000 1000 0 1010010 1100000 11101 1000 1011011 100101

Color Harmonies of #B42008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42008

Black with #B42008

Text Example


Text Example

White with #B42008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42008; }

 p { color: rgb(180,32,8); }

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

background-color css

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

 a { background-color: rgb(180,32,8); }

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

border-color css

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

 span { border-color: rgb(180,32,8); }

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