Html Css Color HEX #96293A Bright Red

📋 copy color: '#96293A'

red 150 ◦ green 41 ◦ blue 58

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

Shades of Bright Red #96293A

Tints of Bright Red #96293A

RGB

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

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

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

R = 60.24%
G = 16.47%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#96293A (or 0x96293A) is known color: Bright Red. HEX triplet: 96, 29 and 3A. RGB value is (150,41,58). Sum of RGB (Red+Green+Blue) = 150+41+58=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #96293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96293A is #69D6C5. Grayscale: #4B4B4B. Windows color (decimal): -6936262 or 3811734. OLE color: 3811734.

HSL color Cylindrical-coordinate representation of color #96293A: hue angle of 350.64º 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 #96293A is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 41 58 -
CMYK 0 0.73 0.61 0.41
HSL 350.64º 0.57% 0.37% -
HSV(B) 350.64º 0.73% 0.59% -
XYZ 14.13 8.38 4.87 -
YUV 75.53 118.11 181.12 -
System Red Green Blue C M Y K H S L
Decimal 150 41 58 0 0.73 0.61 0.41 350.64 0.57 0.37
Hex 96 29 3A 0 49 3D 29 15F 39 25
Octal 226 51 72 0 111 75 51 537 71 45
Binary 10010110 101001 111010 0 1001001 111101 101001 101011111 111001 100101

Color Harmonies of #96293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96293A

Black with #96293A

Text Example


Text Example

White with #96293A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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