Html Css Color HEX #A02427 Guardsman Red

📋 copy color: '#A02427'

red 160 ◦ green 36 ◦ blue 39

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

Shades of Guardsman Red #A02427

Tints of Guardsman Red #A02427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.6%

R = 68.09%
G = 15.32%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A02427 (or 0xA02427) is known color: Guardsman Red. HEX triplet: A0, 24 and 27. RGB value is (160,36,39). Sum of RGB (Red+Green+Blue) = 160+36+39=235 (31% of max value = 765). Red value is 160 (62.89% from 255 or 68.09% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 160 - color contains mainly: red. Hex color #A02427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02427 is #5FDBD8. Grayscale: #494949. Windows color (decimal): -6282201 or 2565280. OLE color: 2565280.

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

Color convert

RGB 160 36 39 -
CMYK 0 0.78 0.76 0.37
HSL 358.55º 0.63% 0.38% -
HSV(B) 358.55º 0.78% 0.63% -
XYZ 15.49 8.88 2.82 -
YUV 73.42 108.58 189.76 -
System Red Green Blue C M Y K H S L
Decimal 160 36 39 0 0.78 0.76 0.37 358.55 0.63 0.38
Hex A0 24 27 0 4E 4C 25 167 3F 26
Octal 240 44 47 0 116 114 45 547 77 46
Binary 10100000 100100 100111 0 1001110 1001100 100101 101100111 111111 100110

Color Harmonies of #A02427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02427

Black with #A02427

Text Example


Text Example

White with #A02427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02427; }

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

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

background-color css

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

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

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

border-color css

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

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

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