Html Css Color HEX #961232 Bright Red

📋 copy color: '#961232'

red 150 ◦ green 18 ◦ blue 50

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

Shades of Bright Red #961232

Tints of Bright Red #961232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.26%

 BLUE value IS 50 (19.92% from 255) = 22.94%

R = 68.81%
G = 8.26%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#961232 (or 0x961232) is known color: Bright Red. HEX triplet: 96, 12 and 32. RGB value is (150,18,50). Sum of RGB (Red+Green+Blue) = 150+18+50=218 (28% of max value = 765). Red value is 150 (58.98% from 255 or 68.81% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 150 - color contains mainly: red. Hex color #961232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961232 is #69EDCD. Grayscale: #3D3D3D. Windows color (decimal): -6942158 or 3281558. OLE color: 3281558.

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

Color convert

RGB 150 18 50 -
CMYK 0 0.88 0.67 0.41
HSL 345.45º 0.79% 0.33% -
HSV(B) 345.45º 0.88% 0.59% -
XYZ 13.37 7.15 3.69 -
YUV 61.12 121.73 191.4 -
System Red Green Blue C M Y K H S L
Decimal 150 18 50 0 0.88 0.67 0.41 345.45 0.79 0.33
Hex 96 12 32 0 58 43 29 159 4F 21
Octal 226 22 62 0 130 103 51 531 117 41
Binary 10010110 10010 110010 0 1011000 1000011 101001 101011001 1001111 100001

Color Harmonies of #961232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961232

Black with #961232

Text Example


Text Example

White with #961232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961232; }

 p { color: rgb(150,18,50); }

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

background-color css

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

 a { background-color: rgb(150,18,50); }

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

border-color css

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

 span { border-color: rgb(150,18,50); }

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