Html Css Color HEX #A02428 Guardsman Red

📋 copy color: '#A02428'

red 160 ◦ green 36 ◦ blue 40

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

Shades of Guardsman Red #A02428

Tints of Guardsman Red #A02428

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.25%

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

R = 67.8%
G = 15.25%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A02428 (or 0xA02428) is known color: Guardsman Red. HEX triplet: A0, 24 and 28. RGB value is (160,36,40). Sum of RGB (Red+Green+Blue) = 160+36+40=236 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.80% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 160 - color contains mainly: red. Hex color #A02428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02428 is #5FDBD7. Grayscale: #494949. Windows color (decimal): -6282200 or 2630816. OLE color: 2630816.

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

Color convert

RGB 160 36 40 -
CMYK 0 0.78 0.75 0.37
HSL 358.06º 0.63% 0.38% -
HSV(B) 358.06º 0.78% 0.63% -
XYZ 15.51 8.89 2.91 -
YUV 73.53 109.08 189.67 -
System Red Green Blue C M Y K H S L
Decimal 160 36 40 0 0.78 0.75 0.37 358.06 0.63 0.38
Hex A0 24 28 0 4E 4B 25 166 3F 26
Octal 240 44 50 0 116 113 45 546 77 46
Binary 10100000 100100 101000 0 1001110 1001011 100101 101100110 111111 100110

Color Harmonies of #A02428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02428

Black with #A02428

Text Example


Text Example

White with #A02428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02428; }

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

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

background-color css

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

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

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

border-color css

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

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

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