Html Css Color HEX #A02C3C Guardsman Red

📋 copy color: '#A02C3C'

red 160 ◦ green 44 ◦ blue 60

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

Shades of Guardsman Red #A02C3C

Tints of Guardsman Red #A02C3C

RGB

 RED value IS 160 (62.89% from 255) = 60.61%

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

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

R = 60.61%
G = 16.67%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A02C3C (or 0xA02C3C) is known color: Guardsman Red. HEX triplet: A0, 2C and 3C. RGB value is (160,44,60). Sum of RGB (Red+Green+Blue) = 160+44+60=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02C3C is #5FD3C3. Grayscale: #505050. Windows color (decimal): -6280132 or 3943584. OLE color: 3943584.

HSL color Cylindrical-coordinate representation of color #A02C3C: hue angle of 351.72º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02C3C is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 44 60 -
CMYK 0 0.72 0.62 0.37
HSL 351.72º 0.57% 0.4% -
HSV(B) 351.72º 0.73% 0.63% -
XYZ 16.21 9.6 5.27 -
YUV 80.51 116.43 184.7 -
System Red Green Blue C M Y K H S L
Decimal 160 44 60 0 0.72 0.62 0.37 351.72 0.57 0.4
Hex A0 2C 3C 0 48 3E 25 160 39 28
Octal 240 54 74 0 110 76 45 540 71 50
Binary 10100000 101100 111100 0 1001000 111110 100101 101100000 111001 101000

Color Harmonies of #A02C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02C3C

Black with #A02C3C

Text Example


Text Example

White with #A02C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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