Html Css Color HEX #A02A3A Guardsman Red

📋 copy color: '#A02A3A'

red 160 ◦ green 42 ◦ blue 58

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

Shades of Guardsman Red #A02A3A

Tints of Guardsman Red #A02A3A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.15%

 BLUE value IS 58 (23.05% from 255) = 22.31%

R = 61.54%
G = 16.15%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A02A3A (or 0xA02A3A) is known color: Guardsman Red. HEX triplet: A0, 2A and 3A. RGB value is (160,42,58). Sum of RGB (Red+Green+Blue) = 160+42+58=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02A3A is #5FD5C5. Grayscale: #4F4F4F. Windows color (decimal): -6280646 or 3812000. OLE color: 3812000.

HSL color Cylindrical-coordinate representation of color #A02A3A: hue angle of 351.86º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02A3A is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 42 58 -
CMYK 0 0.74 0.64 0.37
HSL 351.86º 0.58% 0.4% -
HSV(B) 351.86º 0.74% 0.63% -
XYZ 16.09 9.44 4.98 -
YUV 79.11 116.09 185.7 -
System Red Green Blue C M Y K H S L
Decimal 160 42 58 0 0.74 0.64 0.37 351.86 0.58 0.4
Hex A0 2A 3A 0 4A 40 25 160 3A 28
Octal 240 52 72 0 112 100 45 540 72 50
Binary 10100000 101010 111010 0 1001010 1000000 100101 101100000 111010 101000

Color Harmonies of #A02A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02A3A

Black with #A02A3A

Text Example


Text Example

White with #A02A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02A3A; }

 p { color: rgb(160,42,58); }

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

background-color css

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

 a { background-color: rgb(160,42,58); }

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

border-color css

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

 span { border-color: rgb(160,42,58); }

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