#962538

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

Shades of Bright Red #962538

Tints of Bright Red #962538

Color information

#962538 (or 0x962538) is unknown color: approx Bright Red. HEX triplet: 96, 25 and 38. RGB value is (150,37,56). Sum of RGB (Red+Green+Blue) = 150+37+56=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #962538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962538 is #69DAC7. Grayscale: #484848. Windows color (decimal): -6937288 or 3679638. OLE color: 3679638.

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

Color convert

RGB1503756-
CMYK00.750.630.41
HSL349.91º60.43%36.67%-
HSV(B)349.91º75.33%58.82%-
XYZ13.958.094.57-
YUV72.95118.44182.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.73%
GREEN value IS 37 (14.84% from 255) = 15.23%
BLUE value IS 56 (22.27% from 255) = 23.05%
R=61.73%
G=15.23%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150375600.750.630.41349.9160.4336.67
Hex96253804B3F2915e3c25
Octal2264570011377515367445
Binary1001011010010111100001001011111111101001101011110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962538; }

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

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

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

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

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

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

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

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