Html Css Color HEX #A02935 Guardsman Red

📋 copy color: '#A02935'

red 160 ◦ green 41 ◦ blue 53

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

Shades of Guardsman Red #A02935

Tints of Guardsman Red #A02935

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.14%

 BLUE value IS 53 (21.09% from 255) = 20.87%

R = 62.99%
G = 16.14%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#A02935 (or 0xA02935) is known color: Guardsman Red. HEX triplet: A0, 29 and 35. RGB value is (160,41,53). Sum of RGB (Red+Green+Blue) = 160+41+53=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A02935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02935 is #5FD6CA. Grayscale: #4E4E4E. Windows color (decimal): -6280907 or 3484064. OLE color: 3484064.

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

Color convert

RGB 160 41 53 -
CMYK 0 0.74 0.67 0.37
HSL 353.95º 0.59% 0.39% -
HSV(B) 353.95º 0.74% 0.63% -
XYZ 15.93 9.32 4.33 -
YUV 77.95 113.92 186.52 -
System Red Green Blue C M Y K H S L
Decimal 160 41 53 0 0.74 0.67 0.37 353.95 0.59 0.39
Hex A0 29 35 0 4A 43 25 162 3B 27
Octal 240 51 65 0 112 103 45 542 73 47
Binary 10100000 101001 110101 0 1001010 1000011 100101 101100010 111011 100111

Color Harmonies of #A02935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02935

Black with #A02935

Text Example


Text Example

White with #A02935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02935; }

 p { color: rgb(160,41,53); }

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

background-color css

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

 a { background-color: rgb(160,41,53); }

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

border-color css

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

 span { border-color: rgb(160,41,53); }

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