Html Css Color HEX #A61514 Fire Brick

📋 copy color: '#A61514'

red 166 ◦ green 21 ◦ blue 20

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

Shades of Fire Brick #A61514

Tints of Fire Brick #A61514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.14%

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

R = 80.19%
G = 10.14%
B = 9.66%

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

#A61514 (or 0xA61514) is known color: Fire Brick. HEX triplet: A6, 15 and 14. RGB value is (166,21,20). Sum of RGB (Red+Green+Blue) = 166+21+20=207 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.19% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 166 - color contains mainly: red. Hex color #A61514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61514 is #59EAEB. Grayscale: #404040. Windows color (decimal): -5892844 or 1316262. OLE color: 1316262.

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

Color convert

RGB 166 21 20 -
CMYK 0 0.87 0.88 0.35
HSL 0.41º 0.78% 0.36% -
HSV(B) 0.41º 0.88% 0.65% -
XYZ 16.12 8.69 1.49 -
YUV 64.24 103.04 200.58 -
System Red Green Blue C M Y K H S L
Decimal 166 21 20 0 0.87 0.88 0.35 0.41 0.78 0.36
Hex A6 15 14 0 57 58 23 0 4E 24
Octal 246 25 24 0 127 130 43 0 116 44
Binary 10100110 10101 10100 0 1010111 1011000 100011 0 1001110 100100

Color Harmonies of #A61514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61514

Black with #A61514

Text Example


Text Example

White with #A61514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61514; }

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

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

background-color css

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

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

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

border-color css

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

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

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