Html Css Color HEX #A62C3C Guardsman Red

📋 copy color: '#A62C3C'

red 166 ◦ green 44 ◦ blue 60

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

Shades of Guardsman Red #A62C3C

Tints of Guardsman Red #A62C3C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.3%

 BLUE value IS 60 (23.83% from 255) = 22.22%

R = 61.48%
G = 16.3%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A62C3C (or 0xA62C3C) is known color: Guardsman Red. HEX triplet: A6, 2C and 3C. RGB value is (166,44,60). Sum of RGB (Red+Green+Blue) = 166+44+60=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A62C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62C3C is #59D3C3. Grayscale: #525252. Windows color (decimal): -5886916 or 3943590. OLE color: 3943590.

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

Color convert

RGB 166 44 60 -
CMYK 0 0.73 0.64 0.35
HSL 352.13º 0.58% 0.41% -
HSV(B) 352.13º 0.73% 0.65% -
XYZ 17.44 10.23 5.33 -
YUV 82.3 115.42 187.7 -
System Red Green Blue C M Y K H S L
Decimal 166 44 60 0 0.73 0.64 0.35 352.13 0.58 0.41
Hex A6 2C 3C 0 49 40 23 160 3A 29
Octal 246 54 74 0 111 100 43 540 72 51
Binary 10100110 101100 111100 0 1001001 1000000 100011 101100000 111010 101001

Color Harmonies of #A62C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62C3C

Black with #A62C3C

Text Example


Text Example

White with #A62C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62C3C; }

 p { color: rgb(166,44,60); }

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

background-color css

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

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

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

border-color css

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

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

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