Html Css Color HEX #963436 Guardsman Red

📋 copy color: '#963436'

red 150 ◦ green 52 ◦ blue 54

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

Shades of Guardsman Red #963436

Tints of Guardsman Red #963436

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.31%

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

R = 58.59%
G = 20.31%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#963436 (or 0x963436) is known color: Guardsman Red. HEX triplet: 96, 34 and 36. RGB value is (150,52,54). Sum of RGB (Red+Green+Blue) = 150+52+54=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #963436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963436 is #69CBC9. Grayscale: #515151. Windows color (decimal): -6933450 or 3552406. OLE color: 3552406.

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

Color convert

RGB 150 52 54 -
CMYK 0 0.65 0.64 0.41
HSL 358.78º 0.49% 0.4% -
HSV(B) 358.78º 0.65% 0.59% -
XYZ 14.47 9.21 4.5 -
YUV 81.53 112.47 176.84 -
System Red Green Blue C M Y K H S L
Decimal 150 52 54 0 0.65 0.64 0.41 358.78 0.49 0.4
Hex 96 34 36 0 41 40 29 167 31 28
Octal 226 64 66 0 101 100 51 547 61 50
Binary 10010110 110100 110110 0 1000001 1000000 101001 101100111 110001 101000

Color Harmonies of #963436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963436

Black with #963436

Text Example


Text Example

White with #963436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963436; }

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

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

background-color css

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

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

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

border-color css

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

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

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