Html Css Color HEX #962F32 Guardsman Red

📋 copy color: '#962F32'

red 150 ◦ green 47 ◦ blue 50

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

Shades of Guardsman Red #962F32

Tints of Guardsman Red #962F32

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.03%

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

R = 60.73%
G = 19.03%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#962F32 (or 0x962F32) is known color: Guardsman Red. HEX triplet: 96, 2F and 32. RGB value is (150,47,50). Sum of RGB (Red+Green+Blue) = 150+47+50=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #962F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962F32 is #69D0CD. Grayscale: #4E4E4E. Windows color (decimal): -6934734 or 3288982. OLE color: 3288982.

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

Color convert

RGB 150 47 50 -
CMYK 0 0.69 0.67 0.41
HSL 358.25º 0.52% 0.39% -
HSV(B) 358.25º 0.69% 0.59% -
XYZ 14.17 8.75 3.96 -
YUV 78.14 112.12 179.26 -
System Red Green Blue C M Y K H S L
Decimal 150 47 50 0 0.69 0.67 0.41 358.25 0.52 0.39
Hex 96 2F 32 0 45 43 29 166 34 27
Octal 226 57 62 0 105 103 51 546 64 47
Binary 10010110 101111 110010 0 1000101 1000011 101001 101100110 110100 100111

Color Harmonies of #962F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962F32

Black with #962F32

Text Example


Text Example

White with #962F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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