Html Css Color HEX #A31E12 Fire Brick

📋 copy color: '#A31E12'

red 163 ◦ green 30 ◦ blue 18

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

Shades of Fire Brick #A31E12

Tints of Fire Brick #A31E12

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.22%

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

R = 77.25%
G = 14.22%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A31E12 (or 0xA31E12) is known color: Fire Brick. HEX triplet: A3, 1E and 12. RGB value is (163,30,18). Sum of RGB (Red+Green+Blue) = 163+30+18=211 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.25% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31E12 is #5CE1ED. Grayscale: #444444. Windows color (decimal): -6087150 or 1187491. OLE color: 1187491.

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

Color convert

RGB 163 30 18 -
CMYK 0 0.82 0.89 0.36
HSL 4.97º 0.8% 0.35% -
HSV(B) 4.97º 0.89% 0.64% -
XYZ 15.68 8.76 1.44 -
YUV 68.4 99.56 195.48 -
System Red Green Blue C M Y K H S L
Decimal 163 30 18 0 0.82 0.89 0.36 4.97 0.8 0.35
Hex A3 1E 12 0 52 59 24 5 50 23
Octal 243 36 22 0 122 131 44 5 120 43
Binary 10100011 11110 10010 0 1010010 1011001 100100 101 1010000 100011

Color Harmonies of #A31E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31E12

Black with #A31E12

Text Example


Text Example

White with #A31E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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