Html Css Color HEX #A72508 Fire Brick

📋 copy color: '#A72508'

red 167 ◦ green 37 ◦ blue 8

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

Shades of Fire Brick #A72508

Tints of Fire Brick #A72508

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.45%

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

R = 78.77%
G = 17.45%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A72508 (or 0xA72508) is known color: Fire Brick. HEX triplet: A7, 25 and 08. RGB value is (167,37,8). Sum of RGB (Red+Green+Blue) = 167+37+8=212 (28% of max value = 765). Red value is 167 (65.62% from 255 or 78.77% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 167 - color contains mainly: red. Hex color #A72508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72508 is #58DAF7. Grayscale: #484848. Windows color (decimal): -5823224 or 533927. OLE color: 533927.

HSL color Cylindrical-coordinate representation of color #A72508: hue angle of 10.94º 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 #A72508 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 37 8 -
CMYK 0 0.78 0.95 0.35
HSL 10.94º 0.91% 0.34% -
HSV(B) 10.94º 0.95% 0.65% -
XYZ 16.64 9.56 1.2 -
YUV 72.56 91.57 195.36 -
System Red Green Blue C M Y K H S L
Decimal 167 37 8 0 0.78 0.95 0.35 10.94 0.91 0.34
Hex A7 25 8 0 4E 5F 23 B 5B 22
Octal 247 45 10 0 116 137 43 13 133 42
Binary 10100111 100101 1000 0 1001110 1011111 100011 1011 1011011 100010

Color Harmonies of #A72508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72508

Black with #A72508

Text Example


Text Example

White with #A72508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72508; }

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

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

background-color css

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

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

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

border-color css

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

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

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