Html Css Color HEX #A22833 Guardsman Red

📋 copy color: '#A22833'

red 162 ◦ green 40 ◦ blue 51

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

Shades of Guardsman Red #A22833

Tints of Guardsman Red #A22833

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.81%

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

R = 64.03%
G = 15.81%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A22833 (or 0xA22833) is known color: Guardsman Red. HEX triplet: A2, 28 and 33. RGB value is (162,40,51). Sum of RGB (Red+Green+Blue) = 162+40+51=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A22833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22833 is #5DD7CC. Grayscale: #4D4D4D. Windows color (decimal): -6150093 or 3352738. OLE color: 3352738.

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

Color convert

RGB 162 40 51 -
CMYK 0 0.75 0.69 0.36
HSL 354.59º 0.6% 0.4% -
HSV(B) 354.59º 0.75% 0.64% -
XYZ 16.26 9.44 4.1 -
YUV 77.73 112.92 188.11 -
System Red Green Blue C M Y K H S L
Decimal 162 40 51 0 0.75 0.69 0.36 354.59 0.6 0.4
Hex A2 28 33 0 4B 45 24 163 3C 28
Octal 242 50 63 0 113 105 44 543 74 50
Binary 10100010 101000 110011 0 1001011 1000101 100100 101100011 111100 101000

Color Harmonies of #A22833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22833

Black with #A22833

Text Example


Text Example

White with #A22833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22833; }

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

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

background-color css

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

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

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

border-color css

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

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

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