Html Css Color HEX #962C32 Guardsman Red

📋 copy color: '#962C32'

red 150 ◦ green 44 ◦ blue 50

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

Shades of Guardsman Red #962C32

Tints of Guardsman Red #962C32

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.03%

 BLUE value IS 50 (19.92% from 255) = 20.49%

R = 61.48%
G = 18.03%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#962C32 (or 0x962C32) is known color: Guardsman Red. HEX triplet: 96, 2C and 32. RGB value is (150,44,50). Sum of RGB (Red+Green+Blue) = 150+44+50=244 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.48% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 150 - color contains mainly: red. Hex color #962C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962C32 is #69D3CD. Grayscale: #4C4C4C. Windows color (decimal): -6935502 or 3288214. OLE color: 3288214.

HSL color Cylindrical-coordinate representation of color #962C32: hue angle of 356.6º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962C32 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 44 50 -
CMYK 0 0.71 0.67 0.41
HSL 356.6º 0.55% 0.38% -
HSV(B) 356.6º 0.71% 0.59% -
XYZ 14.05 8.52 3.92 -
YUV 76.38 113.12 180.51 -
System Red Green Blue C M Y K H S L
Decimal 150 44 50 0 0.71 0.67 0.41 356.6 0.55 0.38
Hex 96 2C 32 0 47 43 29 165 37 26
Octal 226 54 62 0 107 103 51 545 67 46
Binary 10010110 101100 110010 0 1000111 1000011 101001 101100101 110111 100110

Color Harmonies of #962C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962C32

Black with #962C32

Text Example


Text Example

White with #962C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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