Html Css Color HEX #A2333F Guardsman Red

📋 copy color: '#A2333F'

red 162 ◦ green 51 ◦ blue 63

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

Shades of Guardsman Red #A2333F

Tints of Guardsman Red #A2333F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.48%

 BLUE value IS 63 (25% from 255) = 22.83%

R = 58.7%
G = 18.48%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A2333F (or 0xA2333F) is known color: Guardsman Red. HEX triplet: A2, 33 and 3F. RGB value is (162,51,63). Sum of RGB (Red+Green+Blue) = 162+51+63=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A2333F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2333F is #5DCCC0. Grayscale: #555555. Windows color (decimal): -6147265 or 4141986. OLE color: 4141986.

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

Color convert

RGB 162 51 63 -
CMYK 0 0.69 0.61 0.36
HSL 353.51º 0.52% 0.42% -
HSV(B) 353.51º 0.69% 0.64% -
XYZ 16.98 10.41 5.82 -
YUV 85.56 115.27 182.52 -
System Red Green Blue C M Y K H S L
Decimal 162 51 63 0 0.69 0.61 0.36 353.51 0.52 0.42
Hex A2 33 3F 0 45 3D 24 162 34 2A
Octal 242 63 77 0 105 75 44 542 64 52
Binary 10100010 110011 111111 0 1000101 111101 100100 101100010 110100 101010

Color Harmonies of #A2333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2333F

Black with #A2333F

Text Example


Text Example

White with #A2333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2333F; }

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

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

background-color css

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

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

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

border-color css

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

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

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