Html Css Color HEX #A62316 Fire Brick

📋 copy color: '#A62316'

red 166 ◦ green 35 ◦ blue 22

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

Shades of Fire Brick #A62316

Tints of Fire Brick #A62316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.7%

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

R = 74.44%
G = 15.7%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A62316 (or 0xA62316) is known color: Fire Brick. HEX triplet: A6, 23 and 16. RGB value is (166,35,22). Sum of RGB (Red+Green+Blue) = 166+35+22=223 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.44% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 166 - color contains mainly: red. Hex color #A62316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62316 is #59DCE9. Grayscale: #484848. Windows color (decimal): -5889258 or 1450918. OLE color: 1450918.

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

Color convert

RGB 166 35 22 -
CMYK 0 0.79 0.87 0.35
HSL 5.42º 0.77% 0.37% -
HSV(B) 5.42º 0.87% 0.65% -
XYZ 16.47 9.37 1.7 -
YUV 72.69 99.4 194.56 -
System Red Green Blue C M Y K H S L
Decimal 166 35 22 0 0.79 0.87 0.35 5.42 0.77 0.37
Hex A6 23 16 0 4F 57 23 5 4D 25
Octal 246 43 26 0 117 127 43 5 115 45
Binary 10100110 100011 10110 0 1001111 1010111 100011 101 1001101 100101

Color Harmonies of #A62316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62316

Black with #A62316

Text Example


Text Example

White with #A62316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62316; }

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

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

background-color css

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

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

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

border-color css

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

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

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