Html Css Color HEX #A2252D Guardsman Red

📋 copy color: '#A2252D'

red 162 ◦ green 37 ◦ blue 45

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

Shades of Guardsman Red #A2252D

Tints of Guardsman Red #A2252D

RGB

 RED value IS 162 (63.67% from 255) = 66.39%

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

 BLUE value IS 45 (17.97% from 255) = 18.44%

R = 66.39%
G = 15.16%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A2252D (or 0xA2252D) is known color: Guardsman Red. HEX triplet: A2, 25 and 2D. RGB value is (162,37,45). Sum of RGB (Red+Green+Blue) = 162+37+45=244 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.39% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 162 - color contains mainly: red. Hex color #A2252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2252D is #5DDAD2. Grayscale: #4B4B4B. Windows color (decimal): -6150867 or 2958754. OLE color: 2958754.

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

Color convert

RGB 162 37 45 -
CMYK 0 0.77 0.72 0.36
HSL 356.16º 0.63% 0.39% -
HSV(B) 356.16º 0.77% 0.64% -
XYZ 16.04 9.19 3.41 -
YUV 75.29 110.91 189.85 -
System Red Green Blue C M Y K H S L
Decimal 162 37 45 0 0.77 0.72 0.36 356.16 0.63 0.39
Hex A2 25 2D 0 4D 48 24 164 3F 27
Octal 242 45 55 0 115 110 44 544 77 47
Binary 10100010 100101 101101 0 1001101 1001000 100100 101100100 111111 100111

Color Harmonies of #A2252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2252D

Black with #A2252D

Text Example


Text Example

White with #A2252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2252D; }

 p { color: rgb(162,37,45); }

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

background-color css

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

 a { background-color: rgb(162,37,45); }

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

border-color css

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

 span { border-color: rgb(162,37,45); }

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