Html Css Color HEX #A02005 Fire Brick

📋 copy color: '#A02005'

red 160 ◦ green 32 ◦ blue 5

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

Shades of Fire Brick #A02005

Tints of Fire Brick #A02005

RGB

 RED value IS 160 (62.89% from 255) = 81.22%

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

 BLUE value IS 5 (2.34% from 255) = 2.54%

R = 81.22%
G = 16.24%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A02005 (or 0xA02005) is known color: Fire Brick. HEX triplet: A0, 20 and 05. RGB value is (160,32,5). Sum of RGB (Red+Green+Blue) = 160+32+5=197 (26% of max value = 765). Red value is 160 (62.89% from 255 or 81.22% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 160 - color contains mainly: red. Hex color #A02005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02005 is #5FDFFA. Grayscale: #434343. Windows color (decimal): -6283259 or 336032. OLE color: 336032.

HSL color Cylindrical-coordinate representation of color #A02005: hue angle of 10.45º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A02005 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 32 5 -
CMYK 0 0.80 0.97 0.37
HSL 10.45º 0.94% 0.32% -
HSV(B) 10.45º 0.97% 0.63% -
XYZ 15.04 8.52 0.99 -
YUV 67.19 92.91 194.2 -
System Red Green Blue C M Y K H S L
Decimal 160 32 5 0 0.80 0.97 0.37 10.45 0.94 0.32
Hex A0 20 5 0 50 61 25 A 5E 20
Octal 240 40 5 0 120 141 45 12 136 40
Binary 10100000 100000 101 0 1010000 1100001 100101 1010 1011110 100000

Color Harmonies of #A02005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02005

Black with #A02005

Text Example


Text Example

White with #A02005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02005; }

 p { color: rgb(160,32,5); }

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

background-color css

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

 a { background-color: rgb(160,32,5); }

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

border-color css

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

 span { border-color: rgb(160,32,5); }

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