Html Css Color HEX #A31818 Fire Brick

📋 copy color: '#A31818'

red 163 ◦ green 24 ◦ blue 24

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

Shades of Fire Brick #A31818

Tints of Fire Brick #A31818

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.37%

 BLUE value IS 24 (9.77% from 255) = 11.37%

R = 77.25%
G = 11.37%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A31818 (or 0xA31818) is known color: Fire Brick. HEX triplet: A3, 18 and 18. RGB value is (163,24,24). Sum of RGB (Red+Green+Blue) = 163+24+24=211 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.25% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 24 (9.77% from 255 or 11.37% from 211); Max value from RGB is 163 - color contains mainly: red. Hex color #A31818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31818 is #5CE7E7. Grayscale: #414141. Windows color (decimal): -6088680 or 1579171. OLE color: 1579171.

HSL color Cylindrical-coordinate representation of color #A31818: hue angle of 0º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31818 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 24 24 -
CMYK 0 0.85 0.85 0.36
HSL 0.74% 0.37% -
HSV(B) 0.85% 0.64% -
XYZ 15.6 8.51 1.68 -
YUV 65.56 104.55 197.5 -
System Red Green Blue C M Y K H S L
Decimal 163 24 24 0 0.85 0.85 0.36 0 0.74 0.37
Hex A3 18 18 0 55 55 24 0 4A 25
Octal 243 30 30 0 125 125 44 0 112 45
Binary 10100011 11000 11000 0 1010101 1010101 100100 0 1001010 100101

Color Harmonies of #A31818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31818

Black with #A31818

Text Example


Text Example

White with #A31818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31818; }

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

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

background-color css

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

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

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

border-color css

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

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

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