Html Css Color HEX #A31412 Fire Brick

📋 copy color: '#A31412'

red 163 ◦ green 20 ◦ blue 18

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

Shades of Fire Brick #A31412

Tints of Fire Brick #A31412

RGB

 RED value IS 163 (64.06% from 255) = 81.09%

 GREEN value IS 20 (8.2% from 255) = 9.95%

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

R = 81.09%
G = 9.95%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A31412 (or 0xA31412) is known color: Fire Brick. HEX triplet: A3, 14 and 12. RGB value is (163,20,18). Sum of RGB (Red+Green+Blue) = 163+20+18=201 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.09% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 163 - color contains mainly: red. Hex color #A31412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31412 is #5CEBED. Grayscale: #3E3E3E. Windows color (decimal): -6089710 or 1184931. OLE color: 1184931.

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

Color convert

RGB 163 20 18 -
CMYK 0 0.88 0.89 0.36
HSL 0.83º 0.8% 0.35% -
HSV(B) 0.83º 0.89% 0.64% -
XYZ 15.46 8.33 1.37 -
YUV 62.53 102.88 199.66 -
System Red Green Blue C M Y K H S L
Decimal 163 20 18 0 0.88 0.89 0.36 0.83 0.8 0.35
Hex A3 14 12 0 58 59 24 1 50 23
Octal 243 24 22 0 130 131 44 1 120 43
Binary 10100011 10100 10010 0 1011000 1011001 100100 1 1010000 100011

Color Harmonies of #A31412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31412

Black with #A31412

Text Example


Text Example

White with #A31412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31412; }

 p { color: rgb(163,20,18); }

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

background-color css

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

 a { background-color: rgb(163,20,18); }

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

border-color css

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

 span { border-color: rgb(163,20,18); }

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