Html Css Color HEX #A2242D Guardsman Red

📋 copy color: '#A2242D'

red 162 ◦ green 36 ◦ blue 45

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

Shades of Guardsman Red #A2242D

Tints of Guardsman Red #A2242D

RGB

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

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

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

R = 66.67%
G = 14.81%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A2242D (or 0xA2242D) is known color: Guardsman Red. HEX triplet: A2, 24 and 2D. RGB value is (162,36,45). Sum of RGB (Red+Green+Blue) = 162+36+45=243 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.67% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 162 - color contains mainly: red. Hex color #A2242D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2242D is #5DDBD2. Grayscale: #4A4A4A. Windows color (decimal): -6151123 or 2958498. OLE color: 2958498.

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

Color convert

RGB 162 36 45 -
CMYK 0 0.78 0.72 0.36
HSL 355.71º 0.64% 0.39% -
HSV(B) 355.71º 0.78% 0.64% -
XYZ 16 9.13 3.4 -
YUV 74.7 111.24 190.27 -
System Red Green Blue C M Y K H S L
Decimal 162 36 45 0 0.78 0.72 0.36 355.71 0.64 0.39
Hex A2 24 2D 0 4E 48 24 164 40 27
Octal 242 44 55 0 116 110 44 544 100 47
Binary 10100010 100100 101101 0 1001110 1001000 100100 101100100 1000000 100111

Color Harmonies of #A2242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2242D

Black with #A2242D

Text Example


Text Example

White with #A2242D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2242D; }

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

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

background-color css

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

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

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

border-color css

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

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

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