Html Css Color HEX #96133C Bright Red

📋 copy color: '#96133C'

red 150 ◦ green 19 ◦ blue 60

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

Shades of Bright Red #96133C

Tints of Bright Red #96133C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.2%

R = 65.5%
G = 8.3%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#96133C (or 0x96133C) is known color: Bright Red. HEX triplet: 96, 13 and 3C. RGB value is (150,19,60). Sum of RGB (Red+Green+Blue) = 150+19+60=229 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.50% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 150 - color contains mainly: red. Hex color #96133C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96133C is #69ECC3. Grayscale: #3E3E3E. Windows color (decimal): -6941892 or 3937174. OLE color: 3937174.

HSL color Cylindrical-coordinate representation of color #96133C: hue angle of 341.22º 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 #96133C is Cyan = 0, Magento = 0.87, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 19 60 -
CMYK 0 0.87 0.6 0.41
HSL 341.22º 0.78% 0.33% -
HSV(B) 341.22º 0.87% 0.59% -
XYZ 13.63 7.28 4.96 -
YUV 62.84 126.4 190.17 -
System Red Green Blue C M Y K H S L
Decimal 150 19 60 0 0.87 0.6 0.41 341.22 0.78 0.33
Hex 96 13 3C 0 57 3C 29 155 4E 21
Octal 226 23 74 0 127 74 51 525 116 41
Binary 10010110 10011 111100 0 1010111 111100 101001 101010101 1001110 100001

Color Harmonies of #96133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96133C

Black with #96133C

Text Example


Text Example

White with #96133C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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