Html Css Color HEX #A22D3D Guardsman Red

📋 copy color: '#A22D3D'

red 162 ◦ green 45 ◦ blue 61

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

Shades of Guardsman Red #A22D3D

Tints of Guardsman Red #A22D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.76%

R = 60.45%
G = 16.79%
B = 22.76%

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

#A22D3D (or 0xA22D3D) is known color: Guardsman Red. HEX triplet: A2, 2D and 3D. RGB value is (162,45,61). Sum of RGB (Red+Green+Blue) = 162+45+61=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A22D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22D3D is #5DD2C2. Grayscale: #515151. Windows color (decimal): -6148803 or 4009378. OLE color: 4009378.

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

Color convert

RGB 162 45 61 -
CMYK 0 0.72 0.62 0.36
HSL 351.79º 0.57% 0.41% -
HSV(B) 351.79º 0.72% 0.64% -
XYZ 16.68 9.9 5.45 -
YUV 81.81 116.26 185.2 -
System Red Green Blue C M Y K H S L
Decimal 162 45 61 0 0.72 0.62 0.36 351.79 0.57 0.41
Hex A2 2D 3D 0 48 3E 24 160 39 29
Octal 242 55 75 0 110 76 44 540 71 51
Binary 10100010 101101 111101 0 1001000 111110 100100 101100000 111001 101001

Color Harmonies of #A22D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22D3D

Black with #A22D3D

Text Example


Text Example

White with #A22D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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