Html Css Color HEX #A62121 Fire Brick

📋 copy color: '#A62121'

red 166 ◦ green 33 ◦ blue 33

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

Shades of Fire Brick #A62121

Tints of Fire Brick #A62121

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.22%

 BLUE value IS 33 (13.28% from 255) = 14.22%

R = 71.55%
G = 14.22%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A62121 (or 0xA62121) is known color: Fire Brick. HEX triplet: A6, 21 and 21. RGB value is (166,33,33). Sum of RGB (Red+Green+Blue) = 166+33+33=232 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.55% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 166 - color contains mainly: red. Hex color #A62121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62121 is #59DEDE. Grayscale: #484848. Windows color (decimal): -5889759 or 2171302. OLE color: 2171302.

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

Color convert

RGB 166 33 33 -
CMYK 0 0.80 0.80 0.35
HSL 0.67% 0.39% -
HSV(B) 0.8% 0.65% -
XYZ 16.54 9.3 2.36 -
YUV 72.77 105.56 194.5 -
System Red Green Blue C M Y K H S L
Decimal 166 33 33 0 0.80 0.80 0.35 0 0.67 0.39
Hex A6 21 21 0 50 50 23 0 43 27
Octal 246 41 41 0 120 120 43 0 103 47
Binary 10100110 100001 100001 0 1010000 1010000 100011 0 1000011 100111

Color Harmonies of #A62121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62121

Black with #A62121

Text Example


Text Example

White with #A62121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62121; }

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

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

background-color css

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

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

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

border-color css

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

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

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