Html Css Color HEX #A61810 Fire Brick

📋 copy color: '#A61810'

red 166 ◦ green 24 ◦ blue 16

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

Shades of Fire Brick #A61810

Tints of Fire Brick #A61810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.77%

R = 80.58%
G = 11.65%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A61810 (or 0xA61810) is known color: Fire Brick. HEX triplet: A6, 18 and 10. RGB value is (166,24,16). Sum of RGB (Red+Green+Blue) = 166+24+16=206 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.58% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 166 - color contains mainly: red. Hex color #A61810 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61810 is #59E7EF. Grayscale: #414141. Windows color (decimal): -5892080 or 1054886. OLE color: 1054886.

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

Color convert

RGB 166 24 16 -
CMYK 0 0.86 0.90 0.35
HSL 3.2º 0.82% 0.36% -
HSV(B) 3.2º 0.9% 0.65% -
XYZ 16.15 8.8 1.34 -
YUV 65.55 100.04 199.65 -
System Red Green Blue C M Y K H S L
Decimal 166 24 16 0 0.86 0.90 0.35 3.2 0.82 0.36
Hex A6 18 10 0 56 5A 23 3 52 24
Octal 246 30 20 0 126 132 43 3 122 44
Binary 10100110 11000 10000 0 1010110 1011010 100011 11 1010010 100100

Color Harmonies of #A61810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61810

Black with #A61810

Text Example


Text Example

White with #A61810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61810; }

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

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

background-color css

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

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

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

border-color css

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

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

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