Html Css Color HEX #A52008 Fire Brick

📋 copy color: '#A52008'

red 165 ◦ green 32 ◦ blue 8

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

Shades of Fire Brick #A52008

Tints of Fire Brick #A52008

RGB

 RED value IS 165 (64.84% from 255) = 80.49%

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

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

R = 80.49%
G = 15.61%
B = 3.9%

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

#A52008 (or 0xA52008) is known color: Fire Brick. HEX triplet: A5, 20 and 08. RGB value is (165,32,8). Sum of RGB (Red+Green+Blue) = 165+32+8=205 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.49% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 165 - color contains mainly: red. Hex color #A52008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52008 is #5ADFF7. Grayscale: #454545. Windows color (decimal): -5955576 or 532645. OLE color: 532645.

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

Color convert

RGB 165 32 8 -
CMYK 0 0.81 0.95 0.35
HSL 9.17º 0.91% 0.34% -
HSV(B) 9.17º 0.95% 0.65% -
XYZ 16.08 9.05 1.13 -
YUV 69.03 93.56 196.45 -
System Red Green Blue C M Y K H S L
Decimal 165 32 8 0 0.81 0.95 0.35 9.17 0.91 0.34
Hex A5 20 8 0 51 5F 23 9 5B 22
Octal 245 40 10 0 121 137 43 11 133 42
Binary 10100101 100000 1000 0 1010001 1011111 100011 1001 1011011 100010

Color Harmonies of #A52008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52008

Black with #A52008

Text Example


Text Example

White with #A52008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52008; }

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

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

background-color css

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

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

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

border-color css

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

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

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