Html Css Color HEX #A62014 Fire Brick

📋 copy color: '#A62014'

red 166 ◦ green 32 ◦ blue 20

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

Shades of Fire Brick #A62014

Tints of Fire Brick #A62014

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.68%

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

R = 76.15%
G = 14.68%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A62014 (or 0xA62014) is known color: Fire Brick. HEX triplet: A6, 20 and 14. RGB value is (166,32,20). Sum of RGB (Red+Green+Blue) = 166+32+20=218 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.15% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 166 - color contains mainly: red. Hex color #A62014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62014 is #59DFEB. Grayscale: #464646. Windows color (decimal): -5890028 or 1319078. OLE color: 1319078.

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

Color convert

RGB 166 32 20 -
CMYK 0 0.81 0.88 0.35
HSL 4.93º 0.78% 0.36% -
HSV(B) 4.93º 0.88% 0.65% -
XYZ 16.37 9.19 1.57 -
YUV 70.7 99.39 195.98 -
System Red Green Blue C M Y K H S L
Decimal 166 32 20 0 0.81 0.88 0.35 4.93 0.78 0.36
Hex A6 20 14 0 51 58 23 5 4E 24
Octal 246 40 24 0 121 130 43 5 116 44
Binary 10100110 100000 10100 0 1010001 1011000 100011 101 1001110 100100

Color Harmonies of #A62014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62014

Black with #A62014

Text Example


Text Example

White with #A62014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62014; }

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

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

background-color css

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

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

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

border-color css

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

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

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