Html Css Color HEX #96273B Bright Red

📋 copy color: '#96273B'

red 150 ◦ green 39 ◦ blue 59

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

Shades of Bright Red #96273B

Tints of Bright Red #96273B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.73%

 BLUE value IS 59 (23.44% from 255) = 23.79%

R = 60.48%
G = 15.73%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#96273B (or 0x96273B) is known color: Bright Red. HEX triplet: 96, 27 and 3B. RGB value is (150,39,59). Sum of RGB (Red+Green+Blue) = 150+39+59=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #96273B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96273B is #69D8C4. Grayscale: #4A4A4A. Windows color (decimal): -6936773 or 3876758. OLE color: 3876758.

HSL color Cylindrical-coordinate representation of color #96273B: hue angle of 349.19º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96273B is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 39 59 -
CMYK 0 0.74 0.61 0.41
HSL 349.19º 0.59% 0.37% -
HSV(B) 349.19º 0.74% 0.59% -
XYZ 14.09 8.25 4.99 -
YUV 74.47 119.27 181.87 -
System Red Green Blue C M Y K H S L
Decimal 150 39 59 0 0.74 0.61 0.41 349.19 0.59 0.37
Hex 96 27 3B 0 4A 3D 29 15D 3B 25
Octal 226 47 73 0 112 75 51 535 73 45
Binary 10010110 100111 111011 0 1001010 111101 101001 101011101 111011 100101

Color Harmonies of #96273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96273B

Black with #96273B

Text Example


Text Example

White with #96273B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96273B; }

 p { color: rgb(150,39,59); }

 H1.HeaderClassName
 {
   color: #96273B;
 }
 .AnyTagClassName
 {
   color: #96273B;
 }
</style>

background-color css

<style>
 a { background-color: #96273B; }

 a { background-color: rgb(150,39,59); }

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

border-color css

<style>
 span { border-color: #96273B; }

 span { border-color: rgb(150,39,59); }

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