Html Css Color HEX #A31212 Fire Brick

📋 copy color: '#A31212'

red 163 ◦ green 18 ◦ blue 18

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

Shades of Fire Brick #A31212

Tints of Fire Brick #A31212

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.05%

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

R = 81.91%
G = 9.05%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A31212 (or 0xA31212) is known color: Fire Brick. HEX triplet: A3, 12 and 12. RGB value is (163,18,18). Sum of RGB (Red+Green+Blue) = 163+18+18=199 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.91% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 163 - color contains mainly: red. Hex color #A31212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31212 is #5CEDED. Grayscale: #3D3D3D. Windows color (decimal): -6090222 or 1184419. OLE color: 1184419.

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

Color convert

RGB 163 18 18 -
CMYK 0 0.89 0.89 0.36
HSL 0.8% 0.35% -
HSV(B) 0.89% 0.64% -
XYZ 15.43 8.26 1.35 -
YUV 61.36 103.54 200.5 -
System Red Green Blue C M Y K H S L
Decimal 163 18 18 0 0.89 0.89 0.36 0 0.8 0.35
Hex A3 12 12 0 59 59 24 0 50 23
Octal 243 22 22 0 131 131 44 0 120 43
Binary 10100011 10010 10010 0 1011001 1011001 100100 0 1010000 100011

Color Harmonies of #A31212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31212

Black with #A31212

Text Example


Text Example

White with #A31212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31212; }

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

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

background-color css

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

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

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

border-color css

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

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

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