Html Css Color HEX #A61918 Fire Brick

📋 copy color: '#A61918'

red 166 ◦ green 25 ◦ blue 24

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

Shades of Fire Brick #A61918

Tints of Fire Brick #A61918

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.63%

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

R = 77.21%
G = 11.63%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A61918 (or 0xA61918) is known color: Fire Brick. HEX triplet: A6, 19 and 18. RGB value is (166,25,24). Sum of RGB (Red+Green+Blue) = 166+25+24=215 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.21% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 166 - color contains mainly: red. Hex color #A61918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61918 is #59E6E7. Grayscale: #434343. Windows color (decimal): -5891816 or 1579430. OLE color: 1579430.

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

Color convert

RGB 166 25 24 -
CMYK 0 0.85 0.86 0.35
HSL 0.42º 0.75% 0.37% -
HSV(B) 0.42º 0.86% 0.65% -
XYZ 16.24 8.87 1.72 -
YUV 67.05 103.71 198.58 -
System Red Green Blue C M Y K H S L
Decimal 166 25 24 0 0.85 0.86 0.35 0.42 0.75 0.37
Hex A6 19 18 0 55 56 23 0 4B 25
Octal 246 31 30 0 125 126 43 0 113 45
Binary 10100110 11001 11000 0 1010101 1010110 100011 0 1001011 100101

Color Harmonies of #A61918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61918

Black with #A61918

Text Example


Text Example

White with #A61918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61918; }

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

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

background-color css

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

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

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

border-color css

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

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

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