Html Css Color HEX #963136 Guardsman Red

📋 copy color: '#963136'

red 150 ◦ green 49 ◦ blue 54

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

Shades of Guardsman Red #963136

Tints of Guardsman Red #963136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.34%

R = 59.29%
G = 19.37%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#963136 (or 0x963136) is known color: Guardsman Red. HEX triplet: 96, 31 and 36. RGB value is (150,49,54). Sum of RGB (Red+Green+Blue) = 150+49+54=253 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.29% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 150 - color contains mainly: red. Hex color #963136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963136 is #69CEC9. Grayscale: #4F4F4F. Windows color (decimal): -6934218 or 3551638. OLE color: 3551638.

HSL color Cylindrical-coordinate representation of color #963136: hue angle of 357.03º 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 #963136 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 49 54 -
CMYK 0 0.67 0.64 0.41
HSL 357.03º 0.51% 0.39% -
HSV(B) 357.03º 0.67% 0.59% -
XYZ 14.34 8.95 4.46 -
YUV 79.77 113.46 178.09 -
System Red Green Blue C M Y K H S L
Decimal 150 49 54 0 0.67 0.64 0.41 357.03 0.51 0.39
Hex 96 31 36 0 43 40 29 165 33 27
Octal 226 61 66 0 103 100 51 545 63 47
Binary 10010110 110001 110110 0 1000011 1000000 101001 101100101 110011 100111

Color Harmonies of #963136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963136

Black with #963136

Text Example


Text Example

White with #963136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963136; }

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

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

background-color css

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

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

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

border-color css

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

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

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