Html Css Color HEX #96113B Bright Red

📋 copy color: '#96113B'

red 150 ◦ green 17 ◦ blue 59

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

Shades of Bright Red #96113B

Tints of Bright Red #96113B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.52%

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

R = 66.37%
G = 7.52%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#96113B (or 0x96113B) is known color: Bright Red. HEX triplet: 96, 11 and 3B. RGB value is (150,17,59). Sum of RGB (Red+Green+Blue) = 150+17+59=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #96113B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96113B is #69EEC4. Grayscale: #3D3D3D. Windows color (decimal): -6942405 or 3871126. OLE color: 3871126.

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

Color convert

RGB 150 17 59 -
CMYK 0 0.89 0.61 0.41
HSL 341.05º 0.8% 0.33% -
HSV(B) 341.05º 0.89% 0.59% -
XYZ 13.57 7.2 4.81 -
YUV 61.56 126.56 191.08 -
System Red Green Blue C M Y K H S L
Decimal 150 17 59 0 0.89 0.61 0.41 341.05 0.8 0.33
Hex 96 11 3B 0 59 3D 29 155 50 21
Octal 226 21 73 0 131 75 51 525 120 41
Binary 10010110 10001 111011 0 1011001 111101 101001 101010101 1010000 100001

Color Harmonies of #96113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96113B

Black with #96113B

Text Example


Text Example

White with #96113B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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