Html Css Color HEX #A12210 Fire Brick

📋 copy color: '#A12210'

red 161 ◦ green 34 ◦ blue 16

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

Shades of Fire Brick #A12210

Tints of Fire Brick #A12210

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.11%

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

R = 76.3%
G = 16.11%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.37

RGB Variations

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

Color information

#A12210 (or 0xA12210) is known color: Fire Brick. HEX triplet: A1, 22 and 10. RGB value is (161,34,16). Sum of RGB (Red+Green+Blue) = 161+34+16=211 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.30% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 161 - color contains mainly: red. Hex color #A12210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12210 is #5EDDEF. Grayscale: #464646. Windows color (decimal): -6217200 or 1057441. OLE color: 1057441.

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

Color convert

RGB 161 34 16 -
CMYK 0 0.79 0.90 0.37
HSL 7.45º 0.82% 0.35% -
HSV(B) 7.45º 0.9% 0.63% -
XYZ 15.36 8.76 1.37 -
YUV 69.92 97.58 192.96 -
System Red Green Blue C M Y K H S L
Decimal 161 34 16 0 0.79 0.90 0.37 7.45 0.82 0.35
Hex A1 22 10 0 4F 5A 25 7 52 23
Octal 241 42 20 0 117 132 45 7 122 43
Binary 10100001 100010 10000 0 1001111 1011010 100101 111 1010010 100011

Color Harmonies of #A12210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12210

Black with #A12210

Text Example


Text Example

White with #A12210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12210; }

 p { color: rgb(161,34,16); }

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

background-color css

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

 a { background-color: rgb(161,34,16); }

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

border-color css

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

 span { border-color: rgb(161,34,16); }

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