Html Css Color HEX #A62C17 Fire Brick

📋 copy color: '#A62C17'

red 166 ◦ green 44 ◦ blue 23

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

Shades of Fire Brick #A62C17

Tints of Fire Brick #A62C17

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.88%

 BLUE value IS 23 (9.38% from 255) = 9.87%

R = 71.24%
G = 18.88%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A62C17 (or 0xA62C17) is known color: Fire Brick. HEX triplet: A6, 2C and 17. RGB value is (166,44,23). Sum of RGB (Red+Green+Blue) = 166+44+23=233 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.24% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 166 - color contains mainly: red. Hex color #A62C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62C17 is #59D3E8. Grayscale: #4E4E4E. Windows color (decimal): -5886953 or 1518758. OLE color: 1518758.

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

Color convert

RGB 166 44 23 -
CMYK 0 0.73 0.86 0.35
HSL 8.81º 0.76% 0.37% -
HSV(B) 8.81º 0.86% 0.65% -
XYZ 16.78 9.97 1.85 -
YUV 78.08 96.92 190.71 -
System Red Green Blue C M Y K H S L
Decimal 166 44 23 0 0.73 0.86 0.35 8.81 0.76 0.37
Hex A6 2C 17 0 49 56 23 9 4C 25
Octal 246 54 27 0 111 126 43 11 114 45
Binary 10100110 101100 10111 0 1001001 1010110 100011 1001 1001100 100101

Color Harmonies of #A62C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62C17

Black with #A62C17

Text Example


Text Example

White with #A62C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62C17; }

 p { color: rgb(166,44,23); }

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

background-color css

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

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

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

border-color css

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

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

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