Html Css Color HEX #963039 Guardsman Red

📋 copy color: '#963039'

red 150 ◦ green 48 ◦ blue 57

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

Shades of Guardsman Red #963039

Tints of Guardsman Red #963039

RGB

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

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

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

R = 58.82%
G = 18.82%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#963039 (or 0x963039) is known color: Guardsman Red. HEX triplet: 96, 30 and 39. RGB value is (150,48,57). Sum of RGB (Red+Green+Blue) = 150+48+57=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #963039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963039 is #69CFC6. Grayscale: #4F4F4F. Windows color (decimal): -6934471 or 3747990. OLE color: 3747990.

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

Color convert

RGB 150 48 57 -
CMYK 0 0.68 0.62 0.41
HSL 354.71º 0.52% 0.39% -
HSV(B) 354.71º 0.68% 0.59% -
XYZ 14.37 8.89 4.83 -
YUV 79.52 115.29 178.27 -
System Red Green Blue C M Y K H S L
Decimal 150 48 57 0 0.68 0.62 0.41 354.71 0.52 0.39
Hex 96 30 39 0 44 3E 29 163 34 27
Octal 226 60 71 0 104 76 51 543 64 47
Binary 10010110 110000 111001 0 1000100 111110 101001 101100011 110100 100111

Color Harmonies of #963039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963039

Black with #963039

Text Example


Text Example

White with #963039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963039; }

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

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

background-color css

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

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

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

border-color css

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

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

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