Html Css Color HEX #A02933 Guardsman Red

📋 copy color: '#A02933'

red 160 ◦ green 41 ◦ blue 51

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

Shades of Guardsman Red #A02933

Tints of Guardsman Red #A02933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.24%

R = 63.49%
G = 16.27%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A02933 (or 0xA02933) is known color: Guardsman Red. HEX triplet: A0, 29 and 33. RGB value is (160,41,51). Sum of RGB (Red+Green+Blue) = 160+41+51=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A02933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02933 is #5FD6CC. Grayscale: #4D4D4D. Windows color (decimal): -6280909 or 3352992. OLE color: 3352992.

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

Color convert

RGB 160 41 51 -
CMYK 0 0.74 0.68 0.37
HSL 354.96º 0.59% 0.39% -
HSV(B) 354.96º 0.74% 0.63% -
XYZ 15.89 9.3 4.09 -
YUV 77.72 112.92 186.69 -
System Red Green Blue C M Y K H S L
Decimal 160 41 51 0 0.74 0.68 0.37 354.96 0.59 0.39
Hex A0 29 33 0 4A 44 25 163 3B 27
Octal 240 51 63 0 112 104 45 543 73 47
Binary 10100000 101001 110011 0 1001010 1000100 100101 101100011 111011 100111

Color Harmonies of #A02933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02933

Black with #A02933

Text Example


Text Example

White with #A02933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02933; }

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

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

background-color css

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

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

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

border-color css

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

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

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