Html Css Color HEX #A2252A Guardsman Red

📋 copy color: '#A2252A'

red 162 ◦ green 37 ◦ blue 42

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

Shades of Guardsman Red #A2252A

Tints of Guardsman Red #A2252A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.43%

R = 67.22%
G = 15.35%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A2252A (or 0xA2252A) is known color: Guardsman Red. HEX triplet: A2, 25 and 2A. RGB value is (162,37,42). Sum of RGB (Red+Green+Blue) = 162+37+42=241 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.22% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 162 - color contains mainly: red. Hex color #A2252A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2252A is #5DDAD5. Grayscale: #4B4B4B. Windows color (decimal): -6150870 or 2762146. OLE color: 2762146.

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

Color convert

RGB 162 37 42 -
CMYK 0 0.77 0.74 0.36
HSL 357.6º 0.63% 0.39% -
HSV(B) 357.6º 0.77% 0.64% -
XYZ 15.98 9.17 3.12 -
YUV 74.95 109.41 190.09 -
System Red Green Blue C M Y K H S L
Decimal 162 37 42 0 0.77 0.74 0.36 357.6 0.63 0.39
Hex A2 25 2A 0 4D 4A 24 166 3F 27
Octal 242 45 52 0 115 112 44 546 77 47
Binary 10100010 100101 101010 0 1001101 1001010 100100 101100110 111111 100111

Color Harmonies of #A2252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2252A

Black with #A2252A

Text Example


Text Example

White with #A2252A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2252A; }

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

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

background-color css

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

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

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

border-color css

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

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

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