Html Css Color HEX #963336 Guardsman Red

📋 copy color: '#963336'

red 150 ◦ green 51 ◦ blue 54

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

Shades of Guardsman Red #963336

Tints of Guardsman Red #963336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20%

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

R = 58.82%
G = 20%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#963336 (or 0x963336) is known color: Guardsman Red. HEX triplet: 96, 33 and 36. RGB value is (150,51,54). Sum of RGB (Red+Green+Blue) = 150+51+54=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #963336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963336 is #69CCC9. Grayscale: #515151. Windows color (decimal): -6933706 or 3552150. OLE color: 3552150.

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

Color convert

RGB 150 51 54 -
CMYK 0 0.66 0.64 0.41
HSL 358.18º 0.49% 0.39% -
HSV(B) 358.18º 0.66% 0.59% -
XYZ 14.43 9.12 4.49 -
YUV 80.94 112.8 177.26 -
System Red Green Blue C M Y K H S L
Decimal 150 51 54 0 0.66 0.64 0.41 358.18 0.49 0.39
Hex 96 33 36 0 42 40 29 166 31 27
Octal 226 63 66 0 102 100 51 546 61 47
Binary 10010110 110011 110110 0 1000010 1000000 101001 101100110 110001 100111

Color Harmonies of #963336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963336

Black with #963336

Text Example


Text Example

White with #963336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963336; }

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

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

background-color css

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

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

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

border-color css

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

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

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