Html Css Color HEX #A22733 Guardsman Red

📋 copy color: '#A22733'

red 162 ◦ green 39 ◦ blue 51

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

Shades of Guardsman Red #A22733

Tints of Guardsman Red #A22733

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.48%

 BLUE value IS 51 (20.31% from 255) = 20.24%

R = 64.29%
G = 15.48%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A22733 (or 0xA22733) is known color: Guardsman Red. HEX triplet: A2, 27 and 33. RGB value is (162,39,51). Sum of RGB (Red+Green+Blue) = 162+39+51=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A22733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22733 is #5DD8CC. Grayscale: #4D4D4D. Windows color (decimal): -6150349 or 3352482. OLE color: 3352482.

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

Color convert

RGB 162 39 51 -
CMYK 0 0.76 0.69 0.36
HSL 354.15º 0.61% 0.39% -
HSV(B) 354.15º 0.76% 0.64% -
XYZ 16.22 9.37 4.09 -
YUV 77.15 113.25 188.52 -
System Red Green Blue C M Y K H S L
Decimal 162 39 51 0 0.76 0.69 0.36 354.15 0.61 0.39
Hex A2 27 33 0 4C 45 24 162 3D 27
Octal 242 47 63 0 114 105 44 542 75 47
Binary 10100010 100111 110011 0 1001100 1000101 100100 101100010 111101 100111

Color Harmonies of #A22733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22733

Black with #A22733

Text Example


Text Example

White with #A22733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22733; }

 p { color: rgb(162,39,51); }

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

background-color css

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

 a { background-color: rgb(162,39,51); }

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

border-color css

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

 span { border-color: rgb(162,39,51); }

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