Html Css Color HEX #A01818 Fire Brick

📋 copy color: '#A01818'

red 160 ◦ green 24 ◦ blue 24

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

Shades of Fire Brick #A01818

Tints of Fire Brick #A01818

RGB

 RED value IS 160 (62.89% from 255) = 76.92%

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

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

R = 76.92%
G = 11.54%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A01818 (or 0xA01818) is known color: Fire Brick. HEX triplet: A0, 18 and 18. RGB value is (160,24,24). Sum of RGB (Red+Green+Blue) = 160+24+24=208 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.92% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 160 - color contains mainly: red. Hex color #A01818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01818 is #5FE7E7. Grayscale: #404040. Windows color (decimal): -6285288 or 1579168. OLE color: 1579168.

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

Color convert

RGB 160 24 24 -
CMYK 0 0.85 0.85 0.37
HSL 0.74% 0.36% -
HSV(B) 0.85% 0.63% -
XYZ 14.99 8.19 1.66 -
YUV 64.66 105.06 196 -
System Red Green Blue C M Y K H S L
Decimal 160 24 24 0 0.85 0.85 0.37 0 0.74 0.36
Hex A0 18 18 0 55 55 25 0 4A 24
Octal 240 30 30 0 125 125 45 0 112 44
Binary 10100000 11000 11000 0 1010101 1010101 100101 0 1001010 100100

Color Harmonies of #A01818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01818

Black with #A01818

Text Example


Text Example

White with #A01818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01818; }

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

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

background-color css

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

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

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

border-color css

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

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

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