#962023

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

Shades of Bright Red #962023

Tints of Bright Red #962023

Color information

#962023 (or 0x962023) is unknown color: approx Bright Red. HEX triplet: 96, 20 and 23. RGB value is (150,32,35). Sum of RGB (Red+Green+Blue) = 150+32+35=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 35 (14.06% from 255 or 16.13% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #962023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962023 is #69DFDC. Grayscale: #434343. Windows color (decimal): -6938589 or 2302102. OLE color: 2302102.

HSL color Cylindrical-coordinate representation of color #962023: hue angle of 358.47º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962023 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB1503235-
CMYK00.790.770.41
HSL358.47º64.84%35.69%-
HSV(B)358.47º78.67%58.82%-
XYZ13.47.642.36-
YUV67.62109.59186.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 69.12%
GREEN value IS 32 (12.89% from 255) = 14.75%
BLUE value IS 35 (14.06% from 255) = 16.13%
R=69.12%
G=14.75%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150323500.790.770.41358.4764.8435.69
Hex96202304F4D291664124
Octal226404301171155154610144
Binary100101101000001000110100111110011011010011011001101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962023; }

 p { color: rgb(150,32,35); }

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

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

 a { background-color: rgb(150,32,35); }

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

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

 span { border-color: rgb(150,32,35); }

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