Html Css Color HEX #A0252E Guardsman Red

📋 copy color: '#A0252E'

red 160 ◦ green 37 ◦ blue 46

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

Shades of Guardsman Red #A0252E

Tints of Guardsman Red #A0252E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.93%

R = 65.84%
G = 15.23%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A0252E (or 0xA0252E) is known color: Guardsman Red. HEX triplet: A0, 25 and 2E. RGB value is (160,37,46). Sum of RGB (Red+Green+Blue) = 160+37+46=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A0252E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0252E is #5FDAD1. Grayscale: #4A4A4A. Windows color (decimal): -6281938 or 3024288. OLE color: 3024288.

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

Color convert

RGB 160 37 46 -
CMYK 0 0.77 0.71 0.37
HSL 355.61º 0.62% 0.39% -
HSV(B) 355.61º 0.77% 0.63% -
XYZ 15.65 8.99 3.5 -
YUV 74.8 111.75 188.77 -
System Red Green Blue C M Y K H S L
Decimal 160 37 46 0 0.77 0.71 0.37 355.61 0.62 0.39
Hex A0 25 2E 0 4D 47 25 164 3E 27
Octal 240 45 56 0 115 107 45 544 76 47
Binary 10100000 100101 101110 0 1001101 1000111 100101 101100100 111110 100111

Color Harmonies of #A0252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0252E

Black with #A0252E

Text Example


Text Example

White with #A0252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0252E; }

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

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

background-color css

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

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

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

border-color css

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

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

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