Html Css Color HEX #A12018 Fire Brick

📋 copy color: '#A12018'

red 161 ◦ green 32 ◦ blue 24

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

Shades of Fire Brick #A12018

Tints of Fire Brick #A12018

RGB

 RED value IS 161 (63.28% from 255) = 74.19%

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

 BLUE value IS 24 (9.77% from 255) = 11.06%

R = 74.19%
G = 14.75%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A12018 (or 0xA12018) is known color: Fire Brick. HEX triplet: A1, 20 and 18. RGB value is (161,32,24). Sum of RGB (Red+Green+Blue) = 161+32+24=217 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.19% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 24 (9.77% from 255 or 11.06% from 217); Max value from RGB is 161 - color contains mainly: red. Hex color #A12018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12018 is #5EDFE7. Grayscale: #454545. Windows color (decimal): -6217704 or 1581217. OLE color: 1581217.

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

Color convert

RGB 161 32 24 -
CMYK 0 0.80 0.85 0.37
HSL 3.5º 0.74% 0.36% -
HSV(B) 3.5º 0.85% 0.63% -
XYZ 15.38 8.68 1.73 -
YUV 69.66 102.24 193.15 -
System Red Green Blue C M Y K H S L
Decimal 161 32 24 0 0.80 0.85 0.37 3.5 0.74 0.36
Hex A1 20 18 0 50 55 25 4 4A 24
Octal 241 40 30 0 120 125 45 4 112 44
Binary 10100001 100000 11000 0 1010000 1010101 100101 100 1001010 100100

Color Harmonies of #A12018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12018

Black with #A12018

Text Example


Text Example

White with #A12018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12018; }

 p { color: rgb(161,32,24); }

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

background-color css

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

 a { background-color: rgb(161,32,24); }

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

border-color css

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

 span { border-color: rgb(161,32,24); }

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