Html Css Color HEX #A62D16 Fire Brick

📋 copy color: '#A62D16'

red 166 ◦ green 45 ◦ blue 22

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

Shades of Fire Brick #A62D16

Tints of Fire Brick #A62D16

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.31%

 BLUE value IS 22 (8.98% from 255) = 9.44%

R = 71.24%
G = 19.31%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A62D16 (or 0xA62D16) is known color: Fire Brick. HEX triplet: A6, 2D and 16. RGB value is (166,45,22). Sum of RGB (Red+Green+Blue) = 166+45+22=233 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.24% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62D16 is #59D2E9. Grayscale: #4E4E4E. Windows color (decimal): -5886698 or 1453478. OLE color: 1453478.

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

Color convert

RGB 166 45 22 -
CMYK 0 0.73 0.87 0.35
HSL 9.58º 0.77% 0.37% -
HSV(B) 9.58º 0.87% 0.65% -
XYZ 16.81 10.04 1.81 -
YUV 78.56 96.09 190.37 -
System Red Green Blue C M Y K H S L
Decimal 166 45 22 0 0.73 0.87 0.35 9.58 0.77 0.37
Hex A6 2D 16 0 49 57 23 A 4D 25
Octal 246 55 26 0 111 127 43 12 115 45
Binary 10100110 101101 10110 0 1001001 1010111 100011 1010 1001101 100101

Color Harmonies of #A62D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62D16

Black with #A62D16

Text Example


Text Example

White with #A62D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62D16; }

 p { color: rgb(166,45,22); }

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

background-color css

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

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

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

border-color css

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

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

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