#9B253B

Color #9B253B Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #9B253B

Tints of Bright Red #9B253B

Color information

#9B253B (or 0x9B253B) is unknown color: approx Bright Red. HEX triplet: 9B, 25 and 3B. RGB value is (155,37,59). Sum of RGB (Red+Green+Blue) = 155+37+59=251 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.75% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 155 - color contains mainly: red. Hex color #9B253B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B253B is #64DAC4. Grayscale: #4A4A4A. Windows color (decimal): -6609605 or 3876251. OLE color: 3876251.

HSL color Cylindrical-coordinate representation of color #9B253B: hue angle of 348.81º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B253B is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB1553759-
CMYK00.760.620.39
HSL348.81º61.46%37.65%-
HSV(B)348.81º76.13%60.78%-
XYZ14.978.615.01-
YUV74.79119.09185.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.75%
GREEN value IS 37 (14.84% from 255) = 14.74%
BLUE value IS 59 (23.44% from 255) = 23.51%
R=61.75%
G=14.74%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155375900.760.620.39348.8161.4637.65
Hex9B253B04C3E2715d3d26
Octal2334573011476475357546
Binary1001101110010111101101001100111110100111101011101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B253B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B253B; }

 p { color: rgb(155,37,59); }

 H1.HeaderClassName
 {
   color: #9B253B;
 }
 .AnyTagClassName
 {
   color: #9B253B;
 }
</style>
background-color css

<style>
 a { background-color: #9B253B; }

 a { background-color: rgb(155,37,59); }

 div.DivClassName
 {
   background-color: #9B253B;
 }
 .BgClassName
 {
   background-color: #9B253B;
 }
</style>
border-color css

<style>
 span { border-color: #9B253B; }

 span { border-color: rgb(155,37,59); }

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