Html Css Color HEX #96183C Bright Red

📋 copy color: '#96183C'

red 150 ◦ green 24 ◦ blue 60

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

Shades of Bright Red #96183C

Tints of Bright Red #96183C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.26%

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

R = 64.1%
G = 10.26%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#96183C (or 0x96183C) is known color: Bright Red. HEX triplet: 96, 18 and 3C. RGB value is (150,24,60). Sum of RGB (Red+Green+Blue) = 150+24+60=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #96183C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96183C is #69E7C3. Grayscale: #414141. Windows color (decimal): -6940612 or 3938454. OLE color: 3938454.

HSL color Cylindrical-coordinate representation of color #96183C: hue angle of 342.86º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96183C is Cyan = 0, Magento = 0.84, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 24 60 -
CMYK 0 0.84 0.6 0.41
HSL 342.86º 0.72% 0.34% -
HSV(B) 342.86º 0.84% 0.59% -
XYZ 13.72 7.46 4.99 -
YUV 65.78 124.74 188.07 -
System Red Green Blue C M Y K H S L
Decimal 150 24 60 0 0.84 0.6 0.41 342.86 0.72 0.34
Hex 96 18 3C 0 54 3C 29 157 48 22
Octal 226 30 74 0 124 74 51 527 110 42
Binary 10010110 11000 111100 0 1010100 111100 101001 101010111 1001000 100010

Color Harmonies of #96183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96183C

Black with #96183C

Text Example


Text Example

White with #96183C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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