Html Css Color HEX #A62210 Fire Brick

📋 copy color: '#A62210'

red 166 ◦ green 34 ◦ blue 16

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

Shades of Fire Brick #A62210

Tints of Fire Brick #A62210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.41%

R = 76.85%
G = 15.74%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A62210 (or 0xA62210) is known color: Fire Brick. HEX triplet: A6, 22 and 10. RGB value is (166,34,16). Sum of RGB (Red+Green+Blue) = 166+34+16=216 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.85% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 166 - color contains mainly: red. Hex color #A62210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62210 is #59DDEF. Grayscale: #474747. Windows color (decimal): -5889520 or 1057446. OLE color: 1057446.

HSL color Cylindrical-coordinate representation of color #A62210: hue angle of 7.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A62210 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 34 16 -
CMYK 0 0.80 0.90 0.35
HSL 7.2º 0.82% 0.36% -
HSV(B) 7.2º 0.9% 0.65% -
XYZ 16.39 9.29 1.42 -
YUV 71.42 96.73 195.46 -
System Red Green Blue C M Y K H S L
Decimal 166 34 16 0 0.80 0.90 0.35 7.2 0.82 0.36
Hex A6 22 10 0 50 5A 23 7 52 24
Octal 246 42 20 0 120 132 43 7 122 44
Binary 10100110 100010 10000 0 1010000 1011010 100011 111 1010010 100100

Color Harmonies of #A62210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62210

Black with #A62210

Text Example


Text Example

White with #A62210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62210; }

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

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

background-color css

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

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

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

border-color css

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

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

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