Html Css Color HEX #A02528 Guardsman Red

📋 copy color: '#A02528'

red 160 ◦ green 37 ◦ blue 40

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

Shades of Guardsman Red #A02528

Tints of Guardsman Red #A02528

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.61%

 BLUE value IS 40 (16.02% from 255) = 16.88%

R = 67.51%
G = 15.61%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A02528 (or 0xA02528) is known color: Guardsman Red. HEX triplet: A0, 25 and 28. RGB value is (160,37,40). Sum of RGB (Red+Green+Blue) = 160+37+40=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A02528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02528 is #5FDAD7. Grayscale: #4A4A4A. Windows color (decimal): -6281944 or 2631072. OLE color: 2631072.

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

Color convert

RGB 160 37 40 -
CMYK 0 0.77 0.75 0.37
HSL 358.54º 0.62% 0.39% -
HSV(B) 358.54º 0.77% 0.63% -
XYZ 15.54 8.95 2.92 -
YUV 74.12 108.75 189.26 -
System Red Green Blue C M Y K H S L
Decimal 160 37 40 0 0.77 0.75 0.37 358.54 0.62 0.39
Hex A0 25 28 0 4D 4B 25 167 3E 27
Octal 240 45 50 0 115 113 45 547 76 47
Binary 10100000 100101 101000 0 1001101 1001011 100101 101100111 111110 100111

Color Harmonies of #A02528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02528

Black with #A02528

Text Example


Text Example

White with #A02528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02528; }

 p { color: rgb(160,37,40); }

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

background-color css

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

 a { background-color: rgb(160,37,40); }

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

border-color css

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

 span { border-color: rgb(160,37,40); }

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