Html Css Color HEX #A42112 Fire Brick

📋 copy color: '#A42112'

red 164 ◦ green 33 ◦ blue 18

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

Shades of Fire Brick #A42112

Tints of Fire Brick #A42112

RGB

 RED value IS 164 (64.45% from 255) = 76.28%

 GREEN value IS 33 (13.28% from 255) = 15.35%

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

R = 76.28%
G = 15.35%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A42112 (or 0xA42112) is known color: Fire Brick. HEX triplet: A4, 21 and 12. RGB value is (164,33,18). Sum of RGB (Red+Green+Blue) = 164+33+18=215 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.28% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 164 - color contains mainly: red. Hex color #A42112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42112 is #5BDEED. Grayscale: #464646. Windows color (decimal): -6020846 or 1188260. OLE color: 1188260.

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

Color convert

RGB 164 33 18 -
CMYK 0 0.80 0.89 0.36
HSL 6.16º 0.8% 0.36% -
HSV(B) 6.16º 0.89% 0.64% -
XYZ 15.96 9.02 1.47 -
YUV 70.46 98.4 194.72 -
System Red Green Blue C M Y K H S L
Decimal 164 33 18 0 0.80 0.89 0.36 6.16 0.8 0.36
Hex A4 21 12 0 50 59 24 6 50 24
Octal 244 41 22 0 120 131 44 6 120 44
Binary 10100100 100001 10010 0 1010000 1011001 100100 110 1010000 100100

Color Harmonies of #A42112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42112

Black with #A42112

Text Example


Text Example

White with #A42112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42112; }

 p { color: rgb(164,33,18); }

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

background-color css

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

 a { background-color: rgb(164,33,18); }

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

border-color css

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

 span { border-color: rgb(164,33,18); }

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