Html Css Color HEX #A33241 Guardsman Red

📋 copy color: '#A33241'

red 163 ◦ green 50 ◦ blue 65

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

Shades of Guardsman Red #A33241

Tints of Guardsman Red #A33241

RGB

 RED value IS 163 (64.06% from 255) = 58.63%

 GREEN value IS 50 (19.92% from 255) = 17.99%

 BLUE value IS 65 (25.78% from 255) = 23.38%

R = 58.63%
G = 17.99%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A33241 (or 0xA33241) is known color: Guardsman Red. HEX triplet: A3, 32 and 41. RGB value is (163,50,65). Sum of RGB (Red+Green+Blue) = 163+50+65=278 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.63% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 163 - color contains mainly: red. Hex color #A33241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33241 is #5CCDBE. Grayscale: #555555. Windows color (decimal): -6081983 or 4272803. OLE color: 4272803.

HSL color Cylindrical-coordinate representation of color #A33241: hue angle of 352.04º degrees, saturation: 0.53, 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 #A33241 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 50 65 -
CMYK 0 0.69 0.60 0.36
HSL 352.04º 0.53% 0.42% -
HSV(B) 352.04º 0.69% 0.64% -
XYZ 17.2 10.45 6.11 -
YUV 85.5 116.44 183.28 -
System Red Green Blue C M Y K H S L
Decimal 163 50 65 0 0.69 0.60 0.36 352.04 0.53 0.42
Hex A3 32 41 0 45 3C 24 160 35 2A
Octal 243 62 101 0 105 74 44 540 65 52
Binary 10100011 110010 1000001 0 1000101 111100 100100 101100000 110101 101010

Color Harmonies of #A33241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33241

Black with #A33241

Text Example


Text Example

White with #A33241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33241; }

 p { color: rgb(163,50,65); }

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

background-color css

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

 a { background-color: rgb(163,50,65); }

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

border-color css

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

 span { border-color: rgb(163,50,65); }

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