Html Css Color HEX #A52006 Fire Brick

📋 copy color: '#A52006'

red 165 ◦ green 32 ◦ blue 6

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

Shades of Fire Brick #A52006

Tints of Fire Brick #A52006

RGB

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

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

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

R = 81.28%
G = 15.76%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A52006 (or 0xA52006) is known color: Fire Brick. HEX triplet: A5, 20 and 06. RGB value is (165,32,6). Sum of RGB (Red+Green+Blue) = 165+32+6=203 (26% of max value = 765). Red value is 165 (64.84% from 255 or 81.28% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 165 - color contains mainly: red. Hex color #A52006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52006 is #5ADFF9. Grayscale: #454545. Windows color (decimal): -5955578 or 401573. OLE color: 401573.

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

Color convert

RGB 165 32 6 -
CMYK 0 0.81 0.96 0.35
HSL 9.81º 0.93% 0.34% -
HSV(B) 9.81º 0.96% 0.65% -
XYZ 16.07 9.05 1.07 -
YUV 68.8 92.56 196.61 -
System Red Green Blue C M Y K H S L
Decimal 165 32 6 0 0.81 0.96 0.35 9.81 0.93 0.34
Hex A5 20 6 0 51 60 23 A 5D 22
Octal 245 40 6 0 121 140 43 12 135 42
Binary 10100101 100000 110 0 1010001 1100000 100011 1010 1011101 100010

Color Harmonies of #A52006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52006

Black with #A52006

Text Example


Text Example

White with #A52006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52006; }

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

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

background-color css

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

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

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

border-color css

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

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

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