Html Css Color HEX #96292D Bright Red

📋 copy color: '#96292D'

red 150 ◦ green 41 ◦ blue 45

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

Shades of Bright Red #96292D

Tints of Bright Red #96292D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.37%

 BLUE value IS 45 (17.97% from 255) = 19.07%

R = 63.56%
G = 17.37%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#96292D (or 0x96292D) is known color: Bright Red. HEX triplet: 96, 29 and 2D. RGB value is (150,41,45). Sum of RGB (Red+Green+Blue) = 150+41+45=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #96292D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96292D is #69D6D2. Grayscale: #4A4A4A. Windows color (decimal): -6936275 or 2959766. OLE color: 2959766.

HSL color Cylindrical-coordinate representation of color #96292D: hue angle of 357.8º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96292D is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 41 45 -
CMYK 0 0.73 0.70 0.41
HSL 357.8º 0.57% 0.37% -
HSV(B) 357.8º 0.73% 0.59% -
XYZ 13.84 8.26 3.35 -
YUV 74.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 150 41 45 0 0.73 0.70 0.41 357.8 0.57 0.37
Hex 96 29 2D 0 49 46 29 166 39 25
Octal 226 51 55 0 111 106 51 546 71 45
Binary 10010110 101001 101101 0 1001001 1000110 101001 101100110 111001 100101

Color Harmonies of #96292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96292D

Black with #96292D

Text Example


Text Example

White with #96292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96292D; }

 p { color: rgb(150,41,45); }

 H1.HeaderClassName
 {
   color: #96292D;
 }
 .AnyTagClassName
 {
   color: #96292D;
 }
</style>

background-color css

<style>
 a { background-color: #96292D; }

 a { background-color: rgb(150,41,45); }

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

border-color css

<style>
 span { border-color: #96292D; }

 span { border-color: rgb(150,41,45); }

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