Html Css Color HEX #962434 Bright Red

📋 copy color: '#962434'

red 150 ◦ green 36 ◦ blue 52

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

Shades of Bright Red #962434

Tints of Bright Red #962434

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.13%

 BLUE value IS 52 (20.7% from 255) = 21.85%

R = 63.03%
G = 15.13%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#962434 (or 0x962434) is known color: Bright Red. HEX triplet: 96, 24 and 34. RGB value is (150,36,52). Sum of RGB (Red+Green+Blue) = 150+36+52=238 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.03% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 150 - color contains mainly: red. Hex color #962434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962434 is #69DBCB. Grayscale: #474747. Windows color (decimal): -6937548 or 3417238. OLE color: 3417238.

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

Color convert

RGB 150 36 52 -
CMYK 0 0.76 0.65 0.41
HSL 351.58º 0.61% 0.36% -
HSV(B) 351.58º 0.76% 0.59% -
XYZ 13.83 7.99 4.06 -
YUV 71.91 116.77 183.7 -
System Red Green Blue C M Y K H S L
Decimal 150 36 52 0 0.76 0.65 0.41 351.58 0.61 0.36
Hex 96 24 34 0 4C 41 29 160 3D 24
Octal 226 44 64 0 114 101 51 540 75 44
Binary 10010110 100100 110100 0 1001100 1000001 101001 101100000 111101 100100

Color Harmonies of #962434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962434

Black with #962434

Text Example


Text Example

White with #962434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962434; }

 p { color: rgb(150,36,52); }

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

background-color css

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

 a { background-color: rgb(150,36,52); }

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

border-color css

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

 span { border-color: rgb(150,36,52); }

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