Html Css Color HEX #A12312 Fire Brick

📋 copy color: '#A12312'

red 161 ◦ green 35 ◦ blue 18

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

Shades of Fire Brick #A12312

Tints of Fire Brick #A12312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.36%

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

R = 75.23%
G = 16.36%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A12312 (or 0xA12312) is known color: Fire Brick. HEX triplet: A1, 23 and 12. RGB value is (161,35,18). Sum of RGB (Red+Green+Blue) = 161+35+18=214 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.23% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 161 - color contains mainly: red. Hex color #A12312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12312 is #5EDCED. Grayscale: #464646. Windows color (decimal): -6216942 or 1188769. OLE color: 1188769.

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

Color convert

RGB 161 35 18 -
CMYK 0 0.78 0.89 0.37
HSL 7.13º 0.8% 0.35% -
HSV(B) 7.13º 0.89% 0.63% -
XYZ 15.41 8.82 1.46 -
YUV 70.74 98.24 192.38 -
System Red Green Blue C M Y K H S L
Decimal 161 35 18 0 0.78 0.89 0.37 7.13 0.8 0.35
Hex A1 23 12 0 4E 59 25 7 50 23
Octal 241 43 22 0 116 131 45 7 120 43
Binary 10100001 100011 10010 0 1001110 1011001 100101 111 1010000 100011

Color Harmonies of #A12312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12312

Black with #A12312

Text Example


Text Example

White with #A12312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12312; }

 p { color: rgb(161,35,18); }

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

background-color css

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

 a { background-color: rgb(161,35,18); }

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

border-color css

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

 span { border-color: rgb(161,35,18); }

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