Html Css Color HEX #A22512 Fire Brick

📋 copy color: '#A22512'

red 162 ◦ green 37 ◦ blue 18

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

Shades of Fire Brick #A22512

Tints of Fire Brick #A22512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.05%

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

R = 74.65%
G = 17.05%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A22512 (or 0xA22512) is known color: Fire Brick. HEX triplet: A2, 25 and 12. RGB value is (162,37,18). Sum of RGB (Red+Green+Blue) = 162+37+18=217 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.65% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 162 - color contains mainly: red. Hex color #A22512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22512 is #5DDAED. Grayscale: #484848. Windows color (decimal): -6150894 or 1189282. OLE color: 1189282.

HSL color Cylindrical-coordinate representation of color #A22512: hue angle of 7.92º 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 #A22512 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 37 18 -
CMYK 0 0.77 0.89 0.36
HSL 7.92º 0.8% 0.35% -
HSV(B) 7.92º 0.89% 0.64% -
XYZ 15.67 9.05 1.49 -
YUV 72.21 97.41 192.04 -
System Red Green Blue C M Y K H S L
Decimal 162 37 18 0 0.77 0.89 0.36 7.92 0.8 0.35
Hex A2 25 12 0 4D 59 24 8 50 23
Octal 242 45 22 0 115 131 44 10 120 43
Binary 10100010 100101 10010 0 1001101 1011001 100100 1000 1010000 100011

Color Harmonies of #A22512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22512

Black with #A22512

Text Example


Text Example

White with #A22512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22512; }

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

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

background-color css

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

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

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

border-color css

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

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

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