Html Css Color HEX #A61818 Fire Brick

📋 copy color: '#A61818'

red 166 ◦ green 24 ◦ blue 24

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

Shades of Fire Brick #A61818

Tints of Fire Brick #A61818

RGB

 RED value IS 166 (65.23% from 255) = 77.57%

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

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

R = 77.57%
G = 11.21%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A61818 (or 0xA61818) is known color: Fire Brick. HEX triplet: A6, 18 and 18. RGB value is (166,24,24). Sum of RGB (Red+Green+Blue) = 166+24+24=214 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.57% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 166 - color contains mainly: red. Hex color #A61818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61818 is #59E7E7. Grayscale: #424242. Windows color (decimal): -5892072 or 1579174. OLE color: 1579174.

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

Color convert

RGB 166 24 24 -
CMYK 0 0.86 0.86 0.35
HSL 0.75% 0.37% -
HSV(B) 0.86% 0.65% -
XYZ 16.22 8.83 1.71 -
YUV 66.46 104.04 199 -
System Red Green Blue C M Y K H S L
Decimal 166 24 24 0 0.86 0.86 0.35 0 0.75 0.37
Hex A6 18 18 0 56 56 23 0 4B 25
Octal 246 30 30 0 126 126 43 0 113 45
Binary 10100110 11000 11000 0 1010110 1010110 100011 0 1001011 100101

Color Harmonies of #A61818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61818

Black with #A61818

Text Example


Text Example

White with #A61818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61818; }

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

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

background-color css

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

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

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

border-color css

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

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

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