Html Css Color HEX #A81818 Fire Brick

📋 copy color: '#A81818'

red 168 ◦ green 24 ◦ blue 24

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

Shades of Fire Brick #A81818

Tints of Fire Brick #A81818

RGB

 RED value IS 168 (66.02% from 255) = 77.78%

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

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

R = 77.78%
G = 11.11%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A81818 (or 0xA81818) is known color: Fire Brick. HEX triplet: A8, 18 and 18. RGB value is (168,24,24). Sum of RGB (Red+Green+Blue) = 168+24+24=216 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.78% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 168 - color contains mainly: red. Hex color #A81818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81818 is #57E7E7. Grayscale: #434343. Windows color (decimal): -5761000 or 1579176. OLE color: 1579176.

HSL color Cylindrical-coordinate representation of color #A81818: hue angle of 0º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81818 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 24 24 -
CMYK 0 0.86 0.86 0.34
HSL 0.75% 0.38% -
HSV(B) 0.86% 0.66% -
XYZ 16.64 9.04 1.73 -
YUV 67.06 103.71 200 -
System Red Green Blue C M Y K H S L
Decimal 168 24 24 0 0.86 0.86 0.34 0 0.75 0.38
Hex A8 18 18 0 56 56 22 0 4B 26
Octal 250 30 30 0 126 126 42 0 113 46
Binary 10101000 11000 11000 0 1010110 1010110 100010 0 1001011 100110

Color Harmonies of #A81818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81818

Black with #A81818

Text Example


Text Example

White with #A81818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81818; }

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

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

background-color css

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

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

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

border-color css

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

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

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