Html Css Color HEX #A21812 Fire Brick

📋 copy color: '#A21812'

red 162 ◦ green 24 ◦ blue 18

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

Shades of Fire Brick #A21812

Tints of Fire Brick #A21812

RGB

 RED value IS 162 (63.67% from 255) = 79.41%

 GREEN value IS 24 (9.77% from 255) = 11.76%

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

R = 79.41%
G = 11.76%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A21812 (or 0xA21812) is known color: Fire Brick. HEX triplet: A2, 18 and 12. RGB value is (162,24,18). Sum of RGB (Red+Green+Blue) = 162+24+18=204 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.41% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 162 - color contains mainly: red. Hex color #A21812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21812 is #5DE7ED. Grayscale: #404040. Windows color (decimal): -6154222 or 1185954. OLE color: 1185954.

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

Color convert

RGB 162 24 18 -
CMYK 0 0.85 0.89 0.36
HSL 2.5º 0.8% 0.35% -
HSV(B) 2.5º 0.89% 0.64% -
XYZ 15.34 8.38 1.38 -
YUV 64.58 101.72 197.49 -
System Red Green Blue C M Y K H S L
Decimal 162 24 18 0 0.85 0.89 0.36 2.5 0.8 0.35
Hex A2 18 12 0 55 59 24 2 50 23
Octal 242 30 22 0 125 131 44 2 120 43
Binary 10100010 11000 10010 0 1010101 1011001 100100 10 1010000 100011

Color Harmonies of #A21812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21812

Black with #A21812

Text Example


Text Example

White with #A21812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21812; }

 p { color: rgb(162,24,18); }

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

background-color css

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

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

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

border-color css

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

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

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