Html Css Color HEX #A33041 Guardsman Red

📋 copy color: '#A33041'

red 163 ◦ green 48 ◦ blue 65

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

Shades of Guardsman Red #A33041

Tints of Guardsman Red #A33041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.39%

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

R = 59.06%
G = 17.39%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A33041 (or 0xA33041) is known color: Guardsman Red. HEX triplet: A3, 30 and 41. RGB value is (163,48,65). Sum of RGB (Red+Green+Blue) = 163+48+65=276 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.06% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 163 - color contains mainly: red. Hex color #A33041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33041 is #5CCFBE. Grayscale: #545454. Windows color (decimal): -6082495 or 4272291. OLE color: 4272291.

HSL color Cylindrical-coordinate representation of color #A33041: hue angle of 351.13º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A33041 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 48 65 -
CMYK 0 0.71 0.60 0.36
HSL 351.13º 0.55% 0.41% -
HSV(B) 351.13º 0.71% 0.64% -
XYZ 17.12 10.28 6.08 -
YUV 84.32 117.1 184.12 -
System Red Green Blue C M Y K H S L
Decimal 163 48 65 0 0.71 0.60 0.36 351.13 0.55 0.41
Hex A3 30 41 0 47 3C 24 15F 37 29
Octal 243 60 101 0 107 74 44 537 67 51
Binary 10100011 110000 1000001 0 1000111 111100 100100 101011111 110111 101001

Color Harmonies of #A33041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33041

Black with #A33041

Text Example


Text Example

White with #A33041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33041; }

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

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

background-color css

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

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

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

border-color css

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

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

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