Html Css Color HEX #A62217 Fire Brick

📋 copy color: '#A62217'

red 166 ◦ green 34 ◦ blue 23

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

Shades of Fire Brick #A62217

Tints of Fire Brick #A62217

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.25%

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

R = 74.44%
G = 15.25%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A62217 (or 0xA62217) is known color: Fire Brick. HEX triplet: A6, 22 and 17. RGB value is (166,34,23). Sum of RGB (Red+Green+Blue) = 166+34+23=223 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.44% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 23 (9.38% from 255 or 10.31% from 223); Max value from RGB is 166 - color contains mainly: red. Hex color #A62217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62217 is #59DDE8. Grayscale: #484848. Windows color (decimal): -5889513 or 1516198. OLE color: 1516198.

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

Color convert

RGB 166 34 23 -
CMYK 0 0.80 0.86 0.35
HSL 4.62º 0.76% 0.37% -
HSV(B) 4.62º 0.86% 0.65% -
XYZ 16.45 9.31 1.74 -
YUV 72.21 100.23 194.89 -
System Red Green Blue C M Y K H S L
Decimal 166 34 23 0 0.80 0.86 0.35 4.62 0.76 0.37
Hex A6 22 17 0 50 56 23 5 4C 25
Octal 246 42 27 0 120 126 43 5 114 45
Binary 10100110 100010 10111 0 1010000 1010110 100011 101 1001100 100101

Color Harmonies of #A62217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62217

Black with #A62217

Text Example


Text Example

White with #A62217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62217; }

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

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

background-color css

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

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

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

border-color css

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

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

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