Html Css Color HEX #A61614 Fire Brick

📋 copy color: '#A61614'

red 166 ◦ green 22 ◦ blue 20

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

Shades of Fire Brick #A61614

Tints of Fire Brick #A61614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.58%

 BLUE value IS 20 (8.2% from 255) = 9.62%

R = 79.81%
G = 10.58%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A61614 (or 0xA61614) is known color: Fire Brick. HEX triplet: A6, 16 and 14. RGB value is (166,22,20). Sum of RGB (Red+Green+Blue) = 166+22+20=208 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.81% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 20 (8.20% from 255 or 9.62% from 208); Max value from RGB is 166 - color contains mainly: red. Hex color #A61614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61614 is #59E9EB. Grayscale: #404040. Windows color (decimal): -5892588 or 1316518. OLE color: 1316518.

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

Color convert

RGB 166 22 20 -
CMYK 0 0.87 0.88 0.35
HSL 0.82º 0.78% 0.36% -
HSV(B) 0.82º 0.88% 0.65% -
XYZ 16.14 8.73 1.5 -
YUV 64.83 102.71 200.16 -
System Red Green Blue C M Y K H S L
Decimal 166 22 20 0 0.87 0.88 0.35 0.82 0.78 0.36
Hex A6 16 14 0 57 58 23 1 4E 24
Octal 246 26 24 0 127 130 43 1 116 44
Binary 10100110 10110 10100 0 1010111 1011000 100011 1 1001110 100100

Color Harmonies of #A61614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61614

Black with #A61614

Text Example


Text Example

White with #A61614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61614; }

 p { color: rgb(166,22,20); }

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

background-color css

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

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

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

border-color css

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

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

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