Html Css Color HEX #A22D38 Guardsman Red

📋 copy color: '#A22D38'

red 162 ◦ green 45 ◦ blue 56

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

Shades of Guardsman Red #A22D38

Tints of Guardsman Red #A22D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.29%

R = 61.6%
G = 17.11%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A22D38 (or 0xA22D38) is known color: Guardsman Red. HEX triplet: A2, 2D and 38. RGB value is (162,45,56). Sum of RGB (Red+Green+Blue) = 162+45+56=263 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.60% from 263); Green value is 45 (17.97% from 255 or 17.11% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 162 - color contains mainly: red. Hex color #A22D38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22D38 is #5DD2C7. Grayscale: #515151. Windows color (decimal): -6148808 or 3681698. OLE color: 3681698.

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

Color convert

RGB 162 45 56 -
CMYK 0 0.72 0.65 0.36
HSL 354.36º 0.57% 0.41% -
HSV(B) 354.36º 0.72% 0.64% -
XYZ 16.55 9.84 4.77 -
YUV 81.24 113.76 185.61 -
System Red Green Blue C M Y K H S L
Decimal 162 45 56 0 0.72 0.65 0.36 354.36 0.57 0.41
Hex A2 2D 38 0 48 41 24 162 39 29
Octal 242 55 70 0 110 101 44 542 71 51
Binary 10100010 101101 111000 0 1001000 1000001 100100 101100010 111001 101001

Color Harmonies of #A22D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22D38

Black with #A22D38

Text Example


Text Example

White with #A22D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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