Html Css Color HEX #A33141 Guardsman Red

📋 copy color: '#A33141'

red 163 ◦ green 49 ◦ blue 65

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

Shades of Guardsman Red #A33141

Tints of Guardsman Red #A33141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.69%

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

R = 58.84%
G = 17.69%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A33141 (or 0xA33141) is known color: Guardsman Red. HEX triplet: A3, 31 and 41. RGB value is (163,49,65). Sum of RGB (Red+Green+Blue) = 163+49+65=277 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.84% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 163 - color contains mainly: red. Hex color #A33141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33141 is #5CCEBE. Grayscale: #545454. Windows color (decimal): -6082239 or 4272547. OLE color: 4272547.

HSL color Cylindrical-coordinate representation of color #A33141: hue angle of 351.58º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A33141 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 49 65 -
CMYK 0 0.70 0.60 0.36
HSL 351.58º 0.54% 0.42% -
HSV(B) 351.58º 0.7% 0.64% -
XYZ 17.16 10.36 6.1 -
YUV 84.91 116.77 183.7 -
System Red Green Blue C M Y K H S L
Decimal 163 49 65 0 0.70 0.60 0.36 351.58 0.54 0.42
Hex A3 31 41 0 46 3C 24 160 36 2A
Octal 243 61 101 0 106 74 44 540 66 52
Binary 10100011 110001 1000001 0 1000110 111100 100100 101100000 110110 101010

Color Harmonies of #A33141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33141

Black with #A33141

Text Example


Text Example

White with #A33141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33141; }

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

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

background-color css

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

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

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

border-color css

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

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

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