Html Css Color HEX #962128 Bright Red

📋 copy color: '#962128'

red 150 ◦ green 33 ◦ blue 40

#962128
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Red #962128

Tints of Bright Red #962128

RGB

 RED value IS 150 (58.98% from 255) = 67.26%

 GREEN value IS 33 (13.28% from 255) = 14.8%

 BLUE value IS 40 (16.02% from 255) = 17.94%

R = 67.26%
G = 14.8%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#962128 (or 0x962128) is known color: Bright Red. HEX triplet: 96, 21 and 28. RGB value is (150,33,40). Sum of RGB (Red+Green+Blue) = 150+33+40=223 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.26% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 150 - color contains mainly: red. Hex color #962128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962128 is #69DED7. Grayscale: #444444. Windows color (decimal): -6938328 or 2630038. OLE color: 2630038.

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

Color convert

RGB 150 33 40 -
CMYK 0 0.78 0.73 0.41
HSL 356.41º 0.64% 0.36% -
HSV(B) 356.41º 0.78% 0.59% -
XYZ 13.5 7.72 2.79 -
YUV 68.78 111.76 185.93 -
System Red Green Blue C M Y K H S L
Decimal 150 33 40 0 0.78 0.73 0.41 356.41 0.64 0.36
Hex 96 21 28 0 4E 49 29 164 40 24
Octal 226 41 50 0 116 111 51 544 100 44
Binary 10010110 100001 101000 0 1001110 1001001 101001 101100100 1000000 100100

Color Harmonies of #962128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962128

Black with #962128

Text Example


Text Example

White with #962128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962128; }

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

 H1.HeaderClassName
 {
   color: #962128;
 }
 .AnyTagClassName
 {
   color: #962128;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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