Html Css Color HEX #A62020 Fire Brick

📋 copy color: '#A62020'

red 166 ◦ green 32 ◦ blue 32

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

Shades of Fire Brick #A62020

Tints of Fire Brick #A62020

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.91%

 BLUE value IS 32 (12.89% from 255) = 13.91%

R = 72.17%
G = 13.91%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A62020 (or 0xA62020) is known color: Fire Brick. HEX triplet: A6, 20 and 20. RGB value is (166,32,32). Sum of RGB (Red+Green+Blue) = 166+32+32=230 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.17% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 166 - color contains mainly: red. Hex color #A62020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62020 is #59DFDF. Grayscale: #484848. Windows color (decimal): -5890016 or 2105510. OLE color: 2105510.

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

Color convert

RGB 166 32 32 -
CMYK 0 0.81 0.81 0.35
HSL 0.68% 0.39% -
HSV(B) 0.81% 0.65% -
XYZ 16.5 9.24 2.28 -
YUV 72.07 105.39 195 -
System Red Green Blue C M Y K H S L
Decimal 166 32 32 0 0.81 0.81 0.35 0 0.68 0.39
Hex A6 20 20 0 51 51 23 0 44 27
Octal 246 40 40 0 121 121 43 0 104 47
Binary 10100110 100000 100000 0 1010001 1010001 100011 0 1000100 100111

Color Harmonies of #A62020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62020

Black with #A62020

Text Example


Text Example

White with #A62020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62020; }

 p { color: rgb(166,32,32); }

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

background-color css

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

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

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

border-color css

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

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

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