#962B2E

Color #962B2E Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #962B2E

Tints of Guardsman Red #962B2E

Color information

#962B2E (or 0x962B2E) is unknown color: approx Guardsman Red. HEX triplet: 96, 2B and 2E. RGB value is (150,43,46). Sum of RGB (Red+Green+Blue) = 150+43+46=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #962B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962B2E is #69D4D1. Grayscale: #4B4B4B. Windows color (decimal): -6935762 or 3025814. OLE color: 3025814.

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

Color convert

RGB1504346-
CMYK00.710.690.41
HSL358.32º55.44%37.84%-
HSV(B)358.32º71.33%58.82%-
XYZ13.938.413.47-
YUV75.34111.45181.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.76%
GREEN value IS 43 (17.19% from 255) = 17.99%
BLUE value IS 46 (18.36% from 255) = 19.25%
R=62.76%
G=17.99%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150434600.710.690.41358.3255.4437.84
Hex962B2E04745291663726
Octal22653560107105515466746
Binary10010110101011101110010001111000101101001101100110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #962B2E;
 }
 .AnyTagClassName
 {
   color: #962B2E;
 }
</style>
background-color css

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

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

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

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

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

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