Html Css Color HEX #96193B Bright Red

📋 copy color: '#96193B'

red 150 ◦ green 25 ◦ blue 59

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

Shades of Bright Red #96193B

Tints of Bright Red #96193B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.68%

 BLUE value IS 59 (23.44% from 255) = 25.21%

R = 64.1%
G = 10.68%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#96193B (or 0x96193B) is known color: Bright Red. HEX triplet: 96, 19 and 3B. RGB value is (150,25,59). Sum of RGB (Red+Green+Blue) = 150+25+59=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #96193B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96193B is #69E6C4. Grayscale: #424242. Windows color (decimal): -6940357 or 3873174. OLE color: 3873174.

HSL color Cylindrical-coordinate representation of color #96193B: hue angle of 343.68º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96193B is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 25 59 -
CMYK 0 0.83 0.61 0.41
HSL 343.68º 0.71% 0.34% -
HSV(B) 343.68º 0.83% 0.59% -
XYZ 13.71 7.5 4.86 -
YUV 66.25 123.91 187.74 -
System Red Green Blue C M Y K H S L
Decimal 150 25 59 0 0.83 0.61 0.41 343.68 0.71 0.34
Hex 96 19 3B 0 53 3D 29 158 47 22
Octal 226 31 73 0 123 75 51 530 107 42
Binary 10010110 11001 111011 0 1010011 111101 101001 101011000 1000111 100010

Color Harmonies of #96193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96193B

Black with #96193B

Text Example


Text Example

White with #96193B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96193B; }

 p { color: rgb(150,25,59); }

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

background-color css

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

 a { background-color: rgb(150,25,59); }

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

border-color css

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

 span { border-color: rgb(150,25,59); }

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