Html Css Color HEX #A02A0F Fire Brick

📋 copy color: '#A02A0F'

red 160 ◦ green 42 ◦ blue 15

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

Shades of Fire Brick #A02A0F

Tints of Fire Brick #A02A0F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.35%

 BLUE value IS 15 (6.25% from 255) = 6.91%

R = 73.73%
G = 19.35%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A02A0F (or 0xA02A0F) is known color: Fire Brick. HEX triplet: A0, 2A and 0F. RGB value is (160,42,15). Sum of RGB (Red+Green+Blue) = 160+42+15=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02A0F is #5FD5F0. Grayscale: #4A4A4A. Windows color (decimal): -6280689 or 993952. OLE color: 993952.

HSL color Cylindrical-coordinate representation of color #A02A0F: hue angle of 11.17º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A02A0F is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 42 15 -
CMYK 0 0.74 0.91 0.37
HSL 11.17º 0.83% 0.34% -
HSV(B) 11.17º 0.91% 0.63% -
XYZ 15.41 9.16 1.41 -
YUV 74.2 94.59 189.2 -
System Red Green Blue C M Y K H S L
Decimal 160 42 15 0 0.74 0.91 0.37 11.17 0.83 0.34
Hex A0 2A F 0 4A 5B 25 B 53 22
Octal 240 52 17 0 112 133 45 13 123 42
Binary 10100000 101010 1111 0 1001010 1011011 100101 1011 1010011 100010

Color Harmonies of #A02A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02A0F

Black with #A02A0F

Text Example


Text Example

White with #A02A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02A0F; }

 p { color: rgb(160,42,15); }

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

background-color css

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

 a { background-color: rgb(160,42,15); }

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

border-color css

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

 span { border-color: rgb(160,42,15); }

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