#961B28

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

Shades of Bright Red #961B28

Tints of Bright Red #961B28

Color information

#961B28 (or 0x961B28) is unknown color: approx Bright Red. HEX triplet: 96, 1B and 28. RGB value is (150,27,40). Sum of RGB (Red+Green+Blue) = 150+27+40=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #961B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961B28 is #69E4D7. Grayscale: #414141. Windows color (decimal): -6939864 or 2628502. OLE color: 2628502.

HSL color Cylindrical-coordinate representation of color #961B28: hue angle of 353.66º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #961B28 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB1502740-
CMYK00.820.730.41
HSL353.66º69.49%34.71%-
HSV(B)353.66º82%58.82%-
XYZ13.357.422.74-
YUV65.26113.75188.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 69.12%
GREEN value IS 27 (10.94% from 255) = 12.44%
BLUE value IS 40 (16.02% from 255) = 18.43%
R=69.12%
G=12.44%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150274000.820.730.41353.6669.4934.71
Hex961B2805249291624523
Octal226335001221115154210543
Binary10010110110111010000101001010010011010011011000101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961B28; }

 p { color: rgb(150,27,40); }

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

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

 a { background-color: rgb(150,27,40); }

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

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

 span { border-color: rgb(150,27,40); }

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