Html Css Color HEX #A22D3E Guardsman Red

📋 copy color: '#A22D3E'

red 162 ◦ green 45 ◦ blue 62

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

Shades of Guardsman Red #A22D3E

Tints of Guardsman Red #A22D3E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.73%

 BLUE value IS 62 (24.61% from 255) = 23.05%

R = 60.22%
G = 16.73%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A22D3E (or 0xA22D3E) is known color: Guardsman Red. HEX triplet: A2, 2D and 3E. RGB value is (162,45,62). Sum of RGB (Red+Green+Blue) = 162+45+62=269 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.22% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 162 - color contains mainly: red. Hex color #A22D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22D3E is #5DD2C1. Grayscale: #515151. Windows color (decimal): -6148802 or 4074914. OLE color: 4074914.

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

Color convert

RGB 162 45 62 -
CMYK 0 0.72 0.62 0.36
HSL 351.28º 0.57% 0.41% -
HSV(B) 351.28º 0.72% 0.64% -
XYZ 16.71 9.91 5.59 -
YUV 81.92 116.76 185.12 -
System Red Green Blue C M Y K H S L
Decimal 162 45 62 0 0.72 0.62 0.36 351.28 0.57 0.41
Hex A2 2D 3E 0 48 3E 24 15F 39 29
Octal 242 55 76 0 110 76 44 537 71 51
Binary 10100010 101101 111110 0 1001000 111110 100100 101011111 111001 101001

Color Harmonies of #A22D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22D3E

Black with #A22D3E

Text Example


Text Example

White with #A22D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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