Html Css Color HEX #A01512 Fire Brick

📋 copy color: '#A01512'

red 160 ◦ green 21 ◦ blue 18

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

Shades of Fire Brick #A01512

Tints of Fire Brick #A01512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.55%

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

R = 80.4%
G = 10.55%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A01512 (or 0xA01512) is known color: Fire Brick. HEX triplet: A0, 15 and 12. RGB value is (160,21,18). Sum of RGB (Red+Green+Blue) = 160+21+18=199 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80.40% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 160 - color contains mainly: red. Hex color #A01512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01512 is #5FEAED. Grayscale: #3E3E3E. Windows color (decimal): -6286062 or 1185184. OLE color: 1185184.

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

Color convert

RGB 160 21 18 -
CMYK 0 0.87 0.89 0.37
HSL 1.27º 0.8% 0.35% -
HSV(B) 1.27º 0.89% 0.63% -
XYZ 14.87 8.05 1.34 -
YUV 62.22 103.05 197.74 -
System Red Green Blue C M Y K H S L
Decimal 160 21 18 0 0.87 0.89 0.37 1.27 0.8 0.35
Hex A0 15 12 0 57 59 25 1 50 23
Octal 240 25 22 0 127 131 45 1 120 43
Binary 10100000 10101 10010 0 1010111 1011001 100101 1 1010000 100011

Color Harmonies of #A01512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01512

Black with #A01512

Text Example


Text Example

White with #A01512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01512; }

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

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

background-color css

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

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

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

border-color css

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

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

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