Html Css Color HEX #A02612 Fire Brick

📋 copy color: '#A02612'

red 160 ◦ green 38 ◦ blue 18

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

Shades of Fire Brick #A02612

Tints of Fire Brick #A02612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.59%

 BLUE value IS 18 (7.42% from 255) = 8.33%

R = 74.07%
G = 17.59%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A02612 (or 0xA02612) is known color: Fire Brick. HEX triplet: A0, 26 and 12. RGB value is (160,38,18). Sum of RGB (Red+Green+Blue) = 160+38+18=216 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.07% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 160 - color contains mainly: red. Hex color #A02612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02612 is #5FD9ED. Grayscale: #484848. Windows color (decimal): -6281710 or 1189536. OLE color: 1189536.

HSL color Cylindrical-coordinate representation of color #A02612: hue angle of 8.45º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A02612 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 38 18 -
CMYK 0 0.76 0.89 0.37
HSL 8.45º 0.8% 0.35% -
HSV(B) 8.45º 0.89% 0.63% -
XYZ 15.3 8.9 1.48 -
YUV 72.2 97.42 190.63 -
System Red Green Blue C M Y K H S L
Decimal 160 38 18 0 0.76 0.89 0.37 8.45 0.8 0.35
Hex A0 26 12 0 4C 59 25 8 50 23
Octal 240 46 22 0 114 131 45 10 120 43
Binary 10100000 100110 10010 0 1001100 1011001 100101 1000 1010000 100011

Color Harmonies of #A02612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02612

Black with #A02612

Text Example


Text Example

White with #A02612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02612; }

 p { color: rgb(160,38,18); }

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

background-color css

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

 a { background-color: rgb(160,38,18); }

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

border-color css

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

 span { border-color: rgb(160,38,18); }

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