#962730

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

Shades of Bright Red #962730

Tints of Bright Red #962730

Color information

#962730 (or 0x962730) is unknown color: approx Bright Red. HEX triplet: 96, 27 and 30. RGB value is (150,39,48). Sum of RGB (Red+Green+Blue) = 150+39+48=237 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.29% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 150 - color contains mainly: red. Hex color #962730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962730 is #69D8CF. Grayscale: #494949. Windows color (decimal): -6936784 or 3155862. OLE color: 3155862.

HSL color Cylindrical-coordinate representation of color #962730: hue angle of 355.14º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #962730 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB1503948-
CMYK00.740.680.41
HSL355.14º58.73%37.06%-
HSV(B)355.14º74%58.82%-
XYZ13.848.153.64-
YUV73.21113.77182.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.29%
GREEN value IS 39 (15.62% from 255) = 16.46%
BLUE value IS 48 (19.14% from 255) = 20.25%
R=63.29%
G=16.46%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150394800.740.680.41355.1458.7337.06
Hex96273004A44291633b25
Octal22647600112104515437345
Binary10010110100111110000010010101000100101001101100011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962730; }

 p { color: rgb(150,39,48); }

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

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

 a { background-color: rgb(150,39,48); }

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

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

 span { border-color: rgb(150,39,48); }

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