Html Css Color HEX #963133 Guardsman Red

📋 copy color: '#963133'

red 150 ◦ green 49 ◦ blue 51

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

Shades of Guardsman Red #963133

Tints of Guardsman Red #963133

RGB

 RED value IS 150 (58.98% from 255) = 60%

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

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

R = 60%
G = 19.6%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#963133 (or 0x963133) is known color: Guardsman Red. HEX triplet: 96, 31 and 33. RGB value is (150,49,51). Sum of RGB (Red+Green+Blue) = 150+49+51=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #963133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963133 is #69CECC. Grayscale: #4F4F4F. Windows color (decimal): -6934221 or 3355030. OLE color: 3355030.

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

Color convert

RGB 150 49 51 -
CMYK 0 0.67 0.66 0.41
HSL 358.81º 0.51% 0.39% -
HSV(B) 358.81º 0.67% 0.59% -
XYZ 14.27 8.92 4.1 -
YUV 79.43 111.96 178.34 -
System Red Green Blue C M Y K H S L
Decimal 150 49 51 0 0.67 0.66 0.41 358.81 0.51 0.39
Hex 96 31 33 0 43 42 29 167 33 27
Octal 226 61 63 0 103 102 51 547 63 47
Binary 10010110 110001 110011 0 1000011 1000010 101001 101100111 110011 100111

Color Harmonies of #963133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963133

Black with #963133

Text Example


Text Example

White with #963133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963133; }

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

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

background-color css

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

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

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

border-color css

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

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

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