Html Css Color HEX #A62213 Fire Brick

📋 copy color: '#A62213'

red 166 ◦ green 34 ◦ blue 19

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

Shades of Fire Brick #A62213

Tints of Fire Brick #A62213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.68%

R = 75.8%
G = 15.53%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A62213 (or 0xA62213) is known color: Fire Brick. HEX triplet: A6, 22 and 13. RGB value is (166,34,19). Sum of RGB (Red+Green+Blue) = 166+34+19=219 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.80% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 166 - color contains mainly: red. Hex color #A62213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62213 is #59DDEC. Grayscale: #474747. Windows color (decimal): -5889517 or 1254054. OLE color: 1254054.

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

Color convert

RGB 166 34 19 -
CMYK 0 0.80 0.89 0.35
HSL 6.12º 0.79% 0.36% -
HSV(B) 6.12º 0.89% 0.65% -
XYZ 16.42 9.3 1.55 -
YUV 71.76 98.23 195.22 -
System Red Green Blue C M Y K H S L
Decimal 166 34 19 0 0.80 0.89 0.35 6.12 0.79 0.36
Hex A6 22 13 0 50 59 23 6 4F 24
Octal 246 42 23 0 120 131 43 6 117 44
Binary 10100110 100010 10011 0 1010000 1011001 100011 110 1001111 100100

Color Harmonies of #A62213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62213

Black with #A62213

Text Example


Text Example

White with #A62213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62213; }

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

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

background-color css

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

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

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

border-color css

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

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

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