Html Css Color HEX #A21210 Fire Brick

📋 copy color: '#A21210'

red 162 ◦ green 18 ◦ blue 16

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

Shades of Fire Brick #A21210

Tints of Fire Brick #A21210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.16%

R = 82.65%
G = 9.18%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A21210 (or 0xA21210) is known color: Fire Brick. HEX triplet: A2, 12 and 10. RGB value is (162,18,16). Sum of RGB (Red+Green+Blue) = 162+18+16=196 (25% of max value = 765). Red value is 162 (63.67% from 255 or 82.65% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 162 - color contains mainly: red. Hex color #A21210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21210 is #5DEDEF. Grayscale: #3C3C3C. Windows color (decimal): -6155760 or 1053346. OLE color: 1053346.

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

Color convert

RGB 162 18 16 -
CMYK 0 0.89 0.90 0.36
HSL 0.82º 0.82% 0.35% -
HSV(B) 0.82º 0.9% 0.64% -
XYZ 15.21 8.15 1.26 -
YUV 60.83 102.71 200.16 -
System Red Green Blue C M Y K H S L
Decimal 162 18 16 0 0.89 0.90 0.36 0.82 0.82 0.35
Hex A2 12 10 0 59 5A 24 1 52 23
Octal 242 22 20 0 131 132 44 1 122 43
Binary 10100010 10010 10000 0 1011001 1011010 100100 1 1010010 100011

Color Harmonies of #A21210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21210

Black with #A21210

Text Example


Text Example

White with #A21210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21210; }

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

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

background-color css

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

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

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

border-color css

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

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

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