Html Css Color HEX #962C31 Guardsman Red

📋 copy color: '#962C31'

red 150 ◦ green 44 ◦ blue 49

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

Shades of Guardsman Red #962C31

Tints of Guardsman Red #962C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.16%

R = 61.73%
G = 18.11%
B = 20.16%

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

#962C31 (or 0x962C31) is known color: Guardsman Red. HEX triplet: 96, 2C and 31. RGB value is (150,44,49). Sum of RGB (Red+Green+Blue) = 150+44+49=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #962C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962C31 is #69D3CE. Grayscale: #4C4C4C. Windows color (decimal): -6935503 or 3222678. OLE color: 3222678.

HSL color Cylindrical-coordinate representation of color #962C31: hue angle of 357.17º 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 #962C31 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 44 49 -
CMYK 0 0.71 0.67 0.41
HSL 357.17º 0.55% 0.38% -
HSV(B) 357.17º 0.71% 0.59% -
XYZ 14.03 8.51 3.81 -
YUV 76.26 112.62 180.59 -
System Red Green Blue C M Y K H S L
Decimal 150 44 49 0 0.71 0.67 0.41 357.17 0.55 0.38
Hex 96 2C 31 0 47 43 29 165 37 26
Octal 226 54 61 0 107 103 51 545 67 46
Binary 10010110 101100 110001 0 1000111 1000011 101001 101100101 110111 100110

Color Harmonies of #962C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962C31

Black with #962C31

Text Example


Text Example

White with #962C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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