Html Css Color HEX #A60E0E Fire Brick

📋 copy color: '#A60E0E'

red 166 ◦ green 14 ◦ blue 14

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

Shades of Fire Brick #A60E0E

Tints of Fire Brick #A60E0E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.22%

 BLUE value IS 14 (5.86% from 255) = 7.22%

R = 85.57%
G = 7.22%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A60E0E (or 0xA60E0E) is known color: Fire Brick. HEX triplet: A6, 0E and 0E. RGB value is (166,14,14). Sum of RGB (Red+Green+Blue) = 166+14+14=194 (25% of max value = 765). Red value is 166 (65.23% from 255 or 85.57% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60E0E is #59F1F1. Grayscale: #3B3B3B. Windows color (decimal): -5894642 or 921254. OLE color: 921254.

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

Color convert

RGB 166 14 14 -
CMYK 0 0.92 0.92 0.35
HSL 0.84% 0.35% -
HSV(B) 0.92% 0.65% -
XYZ 15.96 8.45 1.21 -
YUV 59.45 102.36 204 -
System Red Green Blue C M Y K H S L
Decimal 166 14 14 0 0.92 0.92 0.35 0 0.84 0.35
Hex A6 E E 0 5C 5C 23 0 54 23
Octal 246 16 16 0 134 134 43 0 124 43
Binary 10100110 1110 1110 0 1011100 1011100 100011 0 1010100 100011

Color Harmonies of #A60E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60E0E

Black with #A60E0E

Text Example


Text Example

White with #A60E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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