Html Css Color HEX #962E38 Guardsman Red

📋 copy color: '#962E38'

red 150 ◦ green 46 ◦ blue 56

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

Shades of Guardsman Red #962E38

Tints of Guardsman Red #962E38

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.25%

 BLUE value IS 56 (22.27% from 255) = 22.22%

R = 59.52%
G = 18.25%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#962E38 (or 0x962E38) is known color: Guardsman Red. HEX triplet: 96, 2E and 38. RGB value is (150,46,56). Sum of RGB (Red+Green+Blue) = 150+46+56=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #962E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962E38 is #69D1C7. Grayscale: #4E4E4E. Windows color (decimal): -6934984 or 3681942. OLE color: 3681942.

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

Color convert

RGB 150 46 56 -
CMYK 0 0.69 0.63 0.41
HSL 354.23º 0.53% 0.38% -
HSV(B) 354.23º 0.69% 0.59% -
XYZ 14.27 8.72 4.67 -
YUV 78.24 115.46 179.19 -
System Red Green Blue C M Y K H S L
Decimal 150 46 56 0 0.69 0.63 0.41 354.23 0.53 0.38
Hex 96 2E 38 0 45 3F 29 162 35 26
Octal 226 56 70 0 105 77 51 542 65 46
Binary 10010110 101110 111000 0 1000101 111111 101001 101100010 110101 100110

Color Harmonies of #962E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962E38

Black with #962E38

Text Example


Text Example

White with #962E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,46,56); }

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

background-color css

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

 a { background-color: rgb(150,46,56); }

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

border-color css

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

 span { border-color: rgb(150,46,56); }

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