Html Css Color HEX #A02A35 Guardsman Red

📋 copy color: '#A02A35'

red 160 ◦ green 42 ◦ blue 53

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

Shades of Guardsman Red #A02A35

Tints of Guardsman Red #A02A35

RGB

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

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

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

R = 62.75%
G = 16.47%
B = 20.78%

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

#A02A35 (or 0xA02A35) is known color: Guardsman Red. HEX triplet: A0, 2A and 35. RGB value is (160,42,53). Sum of RGB (Red+Green+Blue) = 160+42+53=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02A35 is #5FD5CA. Grayscale: #4E4E4E. Windows color (decimal): -6280651 or 3484320. OLE color: 3484320.

HSL color Cylindrical-coordinate representation of color #A02A35: hue angle of 354.41º 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 #A02A35 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 42 53 -
CMYK 0 0.74 0.67 0.37
HSL 354.41º 0.58% 0.4% -
HSV(B) 354.41º 0.74% 0.63% -
XYZ 15.97 9.39 4.34 -
YUV 78.54 113.59 186.11 -
System Red Green Blue C M Y K H S L
Decimal 160 42 53 0 0.74 0.67 0.37 354.41 0.58 0.4
Hex A0 2A 35 0 4A 43 25 162 3A 28
Octal 240 52 65 0 112 103 45 542 72 50
Binary 10100000 101010 110101 0 1001010 1000011 100101 101100010 111010 101000

Color Harmonies of #A02A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02A35

Black with #A02A35

Text Example


Text Example

White with #A02A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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