Html Css Color HEX #96133A Bright Red

📋 copy color: '#96133A'

red 150 ◦ green 19 ◦ blue 58

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

Shades of Bright Red #96133A

Tints of Bright Red #96133A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.37%

 BLUE value IS 58 (23.05% from 255) = 25.55%

R = 66.08%
G = 8.37%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#96133A (or 0x96133A) is known color: Bright Red. HEX triplet: 96, 13 and 3A. RGB value is (150,19,58). Sum of RGB (Red+Green+Blue) = 150+19+58=227 (30% of max value = 765). Red value is 150 (58.98% from 255 or 66.08% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 150 - color contains mainly: red. Hex color #96133A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96133A is #69ECC5. Grayscale: #3E3E3E. Windows color (decimal): -6941894 or 3806102. OLE color: 3806102.

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

Color convert

RGB 150 19 58 -
CMYK 0 0.87 0.61 0.41
HSL 342.14º 0.78% 0.33% -
HSV(B) 342.14º 0.87% 0.59% -
XYZ 13.57 7.26 4.69 -
YUV 62.62 125.4 190.33 -
System Red Green Blue C M Y K H S L
Decimal 150 19 58 0 0.87 0.61 0.41 342.14 0.78 0.33
Hex 96 13 3A 0 57 3D 29 156 4E 21
Octal 226 23 72 0 127 75 51 526 116 41
Binary 10010110 10011 111010 0 1010111 111101 101001 101010110 1001110 100001

Color Harmonies of #96133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96133A

Black with #96133A

Text Example


Text Example

White with #96133A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96133A; }

 p { color: rgb(150,19,58); }

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

background-color css

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

 a { background-color: rgb(150,19,58); }

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

border-color css

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

 span { border-color: rgb(150,19,58); }

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