Html Css Color HEX #A01212 Fire Brick

📋 copy color: '#A01212'

red 160 ◦ green 18 ◦ blue 18

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

Shades of Fire Brick #A01212

Tints of Fire Brick #A01212

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.18%

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

R = 81.63%
G = 9.18%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A01212 (or 0xA01212) is known color: Fire Brick. HEX triplet: A0, 12 and 12. RGB value is (160,18,18). Sum of RGB (Red+Green+Blue) = 160+18+18=196 (25% of max value = 765). Red value is 160 (62.89% from 255 or 81.63% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 160 - color contains mainly: red. Hex color #A01212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01212 is #5FEDED. Grayscale: #3C3C3C. Windows color (decimal): -6286830 or 1184416. OLE color: 1184416.

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

Color convert

RGB 160 18 18 -
CMYK 0 0.89 0.89 0.37
HSL 0.8% 0.35% -
HSV(B) 0.89% 0.63% -
XYZ 14.82 7.95 1.33 -
YUV 60.46 104.04 199 -
System Red Green Blue C M Y K H S L
Decimal 160 18 18 0 0.89 0.89 0.37 0 0.8 0.35
Hex A0 12 12 0 59 59 25 0 50 23
Octal 240 22 22 0 131 131 45 0 120 43
Binary 10100000 10010 10010 0 1011001 1011001 100101 0 1010000 100011

Color Harmonies of #A01212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01212

Black with #A01212

Text Example


Text Example

White with #A01212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01212; }

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

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

background-color css

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

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

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

border-color css

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

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

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