Html Css Color HEX #963036 Guardsman Red

📋 copy color: '#963036'

red 150 ◦ green 48 ◦ blue 54

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

Shades of Guardsman Red #963036

Tints of Guardsman Red #963036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.05%

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

R = 59.52%
G = 19.05%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#963036 (or 0x963036) is known color: Guardsman Red. HEX triplet: 96, 30 and 36. RGB value is (150,48,54). Sum of RGB (Red+Green+Blue) = 150+48+54=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #963036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963036 is #69CFC9. Grayscale: #4F4F4F. Windows color (decimal): -6934474 or 3551382. OLE color: 3551382.

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

Color convert

RGB 150 48 54 -
CMYK 0 0.68 0.64 0.41
HSL 356.47º 0.52% 0.39% -
HSV(B) 356.47º 0.68% 0.59% -
XYZ 14.3 8.86 4.45 -
YUV 79.18 113.79 178.51 -
System Red Green Blue C M Y K H S L
Decimal 150 48 54 0 0.68 0.64 0.41 356.47 0.52 0.39
Hex 96 30 36 0 44 40 29 164 34 27
Octal 226 60 66 0 104 100 51 544 64 47
Binary 10010110 110000 110110 0 1000100 1000000 101001 101100100 110100 100111

Color Harmonies of #963036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963036

Black with #963036

Text Example


Text Example

White with #963036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963036; }

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

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

background-color css

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

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

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

border-color css

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

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

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