Html Css Color HEX #A31912 Fire Brick

📋 copy color: '#A31912'

red 163 ◦ green 25 ◦ blue 18

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

Shades of Fire Brick #A31912

Tints of Fire Brick #A31912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.14%

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

R = 79.13%
G = 12.14%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A31912 (or 0xA31912) is known color: Fire Brick. HEX triplet: A3, 19 and 12. RGB value is (163,25,18). Sum of RGB (Red+Green+Blue) = 163+25+18=206 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.13% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 163 - color contains mainly: red. Hex color #A31912 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31912 is #5CE6ED. Grayscale: #414141. Windows color (decimal): -6088430 or 1186211. OLE color: 1186211.

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

Color convert

RGB 163 25 18 -
CMYK 0 0.85 0.89 0.36
HSL 2.9º 0.8% 0.35% -
HSV(B) 2.9º 0.89% 0.64% -
XYZ 15.56 8.53 1.4 -
YUV 65.46 101.22 197.57 -
System Red Green Blue C M Y K H S L
Decimal 163 25 18 0 0.85 0.89 0.36 2.9 0.8 0.35
Hex A3 19 12 0 55 59 24 3 50 23
Octal 243 31 22 0 125 131 44 3 120 43
Binary 10100011 11001 10010 0 1010101 1011001 100100 11 1010000 100011

Color Harmonies of #A31912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31912

Black with #A31912

Text Example


Text Example

White with #A31912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31912; }

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

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

background-color css

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

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

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

border-color css

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

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

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