Html Css Color HEX #B42006 Fire Brick

📋 copy color: '#B42006'

red 180 ◦ green 32 ◦ blue 6

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

Shades of Fire Brick #B42006

Tints of Fire Brick #B42006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.75%

R = 82.57%
G = 14.68%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B42006 (or 0xB42006) is known color: Fire Brick. HEX triplet: B4, 20 and 06. RGB value is (180,32,6). Sum of RGB (Red+Green+Blue) = 180+32+6=218 (28% of max value = 765). Red value is 180 (70.70% from 255 or 82.57% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 180 - color contains mainly: red. Hex color #B42006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42006 is #4BDFF9. Grayscale: #494949. Windows color (decimal): -4972538 or 401588. OLE color: 401588.

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

Color convert

RGB 180 32 6 -
CMYK 0 0.82 0.97 0.29
HSL 8.97º 0.94% 0.36% -
HSV(B) 8.97º 0.97% 0.71% -
XYZ 19.37 10.75 1.23 -
YUV 73.29 90.03 204.11 -
System Red Green Blue C M Y K H S L
Decimal 180 32 6 0 0.82 0.97 0.29 8.97 0.94 0.36
Hex B4 20 6 0 52 61 1D 9 5E 24
Octal 264 40 6 0 122 141 35 11 136 44
Binary 10110100 100000 110 0 1010010 1100001 11101 1001 1011110 100100

Color Harmonies of #B42006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42006

Black with #B42006

Text Example


Text Example

White with #B42006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42006; }

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

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

background-color css

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

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

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

border-color css

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

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

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