Html Css Color HEX #A31512 Fire Brick

📋 copy color: '#A31512'

red 163 ◦ green 21 ◦ blue 18

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

Shades of Fire Brick #A31512

Tints of Fire Brick #A31512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.4%

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

R = 80.69%
G = 10.4%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A31512 (or 0xA31512) is known color: Fire Brick. HEX triplet: A3, 15 and 12. RGB value is (163,21,18). Sum of RGB (Red+Green+Blue) = 163+21+18=202 (26% of max value = 765). Red value is 163 (64.06% from 255 or 80.69% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 163 - color contains mainly: red. Hex color #A31512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31512 is #5CEAED. Grayscale: #3F3F3F. Windows color (decimal): -6089454 or 1185187. OLE color: 1185187.

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

Color convert

RGB 163 21 18 -
CMYK 0 0.87 0.89 0.36
HSL 1.24º 0.8% 0.35% -
HSV(B) 1.24º 0.89% 0.64% -
XYZ 15.48 8.37 1.37 -
YUV 63.12 102.54 199.24 -
System Red Green Blue C M Y K H S L
Decimal 163 21 18 0 0.87 0.89 0.36 1.24 0.8 0.35
Hex A3 15 12 0 57 59 24 1 50 23
Octal 243 25 22 0 127 131 44 1 120 43
Binary 10100011 10101 10010 0 1010111 1011001 100100 1 1010000 100011

Color Harmonies of #A31512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31512

Black with #A31512

Text Example


Text Example

White with #A31512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31512; }

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

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

background-color css

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

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

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

border-color css

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

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

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