Html Css Color HEX #953133 Guardsman Red

📋 copy color: '#953133'

red 149 ◦ green 49 ◦ blue 51

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

Shades of Guardsman Red #953133

Tints of Guardsman Red #953133

RGB

 RED value IS 149 (58.59% from 255) = 59.84%

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

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

R = 59.84%
G = 19.68%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#953133 (or 0x953133) is known color: Guardsman Red. HEX triplet: 95, 31 and 33. RGB value is (149,49,51). Sum of RGB (Red+Green+Blue) = 149+49+51=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #953133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953133 is #6ACECC. Grayscale: #4F4F4F. Windows color (decimal): -6999757 or 3355029. OLE color: 3355029.

HSL color Cylindrical-coordinate representation of color #953133: hue angle of 358.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #953133 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 49 51 -
CMYK 0 0.67 0.66 0.42
HSL 358.8º 0.51% 0.39% -
HSV(B) 358.8º 0.67% 0.58% -
XYZ 14.09 8.83 4.09 -
YUV 79.13 112.13 177.84 -
System Red Green Blue C M Y K H S L
Decimal 149 49 51 0 0.67 0.66 0.42 358.8 0.51 0.39
Hex 95 31 33 0 43 42 2A 167 33 27
Octal 225 61 63 0 103 102 52 547 63 47
Binary 10010101 110001 110011 0 1000011 1000010 101010 101100111 110011 100111

Color Harmonies of #953133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953133

Black with #953133

Text Example


Text Example

White with #953133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953133; }

 p { color: rgb(149,49,51); }

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

background-color css

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

 a { background-color: rgb(149,49,51); }

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

border-color css

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

 span { border-color: rgb(149,49,51); }

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