Html Css Color HEX #963239 Guardsman Red

📋 copy color: '#963239'

red 150 ◦ green 50 ◦ blue 57

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

Shades of Guardsman Red #963239

Tints of Guardsman Red #963239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.46%

 BLUE value IS 57 (22.66% from 255) = 22.18%

R = 58.37%
G = 19.46%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#963239 (or 0x963239) is known color: Guardsman Red. HEX triplet: 96, 32 and 39. RGB value is (150,50,57). Sum of RGB (Red+Green+Blue) = 150+50+57=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #963239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963239 is #69CDC6. Grayscale: #505050. Windows color (decimal): -6933959 or 3748502. OLE color: 3748502.

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

Color convert

RGB 150 50 57 -
CMYK 0 0.67 0.62 0.41
HSL 355.8º 0.5% 0.39% -
HSV(B) 355.8º 0.67% 0.59% -
XYZ 14.46 9.06 4.86 -
YUV 80.7 114.63 177.43 -
System Red Green Blue C M Y K H S L
Decimal 150 50 57 0 0.67 0.62 0.41 355.8 0.5 0.39
Hex 96 32 39 0 43 3E 29 164 32 27
Octal 226 62 71 0 103 76 51 544 62 47
Binary 10010110 110010 111001 0 1000011 111110 101001 101100100 110010 100111

Color Harmonies of #963239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963239

Black with #963239

Text Example


Text Example

White with #963239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963239; }

 p { color: rgb(150,50,57); }

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

background-color css

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

 a { background-color: rgb(150,50,57); }

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

border-color css

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

 span { border-color: rgb(150,50,57); }

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