Html Css Color HEX #A72008 Fire Brick

📋 copy color: '#A72008'

red 167 ◦ green 32 ◦ blue 8

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

Shades of Fire Brick #A72008

Tints of Fire Brick #A72008

RGB

 RED value IS 167 (65.63% from 255) = 80.68%

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

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

R = 80.68%
G = 15.46%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A72008 (or 0xA72008) is known color: Fire Brick. HEX triplet: A7, 20 and 08. RGB value is (167,32,8). Sum of RGB (Red+Green+Blue) = 167+32+8=207 (27% of max value = 765). Red value is 167 (65.62% from 255 or 80.68% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 167 - color contains mainly: red. Hex color #A72008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72008 is #58DFF7. Grayscale: #454545. Windows color (decimal): -5824504 or 532647. OLE color: 532647.

HSL color Cylindrical-coordinate representation of color #A72008: hue angle of 9.06º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A72008 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 32 8 -
CMYK 0 0.81 0.95 0.35
HSL 9.06º 0.91% 0.34% -
HSV(B) 9.06º 0.95% 0.65% -
XYZ 16.5 9.27 1.15 -
YUV 69.63 93.23 197.45 -
System Red Green Blue C M Y K H S L
Decimal 167 32 8 0 0.81 0.95 0.35 9.06 0.91 0.34
Hex A7 20 8 0 51 5F 23 9 5B 22
Octal 247 40 10 0 121 137 43 11 133 42
Binary 10100111 100000 1000 0 1010001 1011111 100011 1001 1011011 100010

Color Harmonies of #A72008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72008

Black with #A72008

Text Example


Text Example

White with #A72008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72008; }

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

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

background-color css

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

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

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

border-color css

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

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

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