Html Css Color HEX #A12118 Fire Brick

📋 copy color: '#A12118'

red 161 ◦ green 33 ◦ blue 24

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

Shades of Fire Brick #A12118

Tints of Fire Brick #A12118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.14%

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

R = 73.85%
G = 15.14%
B = 11.01%

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

#A12118 (or 0xA12118) is known color: Fire Brick. HEX triplet: A1, 21 and 18. RGB value is (161,33,24). Sum of RGB (Red+Green+Blue) = 161+33+24=218 (28% of max value = 765). Red value is 161 (63.28% from 255 or 73.85% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 161 - color contains mainly: red. Hex color #A12118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12118 is #5EDEE7. Grayscale: #464646. Windows color (decimal): -6217448 or 1581473. OLE color: 1581473.

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

Color convert

RGB 161 33 24 -
CMYK 0 0.80 0.85 0.37
HSL 3.94º 0.74% 0.36% -
HSV(B) 3.94º 0.85% 0.63% -
XYZ 15.41 8.73 1.74 -
YUV 70.25 101.91 192.73 -
System Red Green Blue C M Y K H S L
Decimal 161 33 24 0 0.80 0.85 0.37 3.94 0.74 0.36
Hex A1 21 18 0 50 55 25 4 4A 24
Octal 241 41 30 0 120 125 45 4 112 44
Binary 10100001 100001 11000 0 1010000 1010101 100101 100 1001010 100100

Color Harmonies of #A12118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12118

Black with #A12118

Text Example


Text Example

White with #A12118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12118; }

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

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

background-color css

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

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

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

border-color css

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

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

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