#9B253C

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

Shades of Bright Red #9B253C

Tints of Bright Red #9B253C

Color information

#9B253C (or 0x9B253C) is unknown color: approx Bright Red. HEX triplet: 9B, 25 and 3C. RGB value is (155,37,60). Sum of RGB (Red+Green+Blue) = 155+37+60=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B253C is #64DAC3. Grayscale: #4A4A4A. Windows color (decimal): -6609604 or 3941787. OLE color: 3941787.

HSL color Cylindrical-coordinate representation of color #9B253C: hue angle of 348.31º 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 #9B253C is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB1553760-
CMYK00.760.610.39
HSL348.31º61.46%37.65%-
HSV(B)348.31º76.13%60.78%-
XYZ14.998.625.15-
YUV74.9119.59185.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.51%
GREEN value IS 37 (14.84% from 255) = 14.68%
BLUE value IS 60 (23.83% from 255) = 23.81%
R=61.51%
G=14.68%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155376000.760.610.39348.3161.4637.65
Hex9B253C04C3D2715c3d26
Octal2334574011475475347546
Binary1001101110010111110001001100111101100111101011100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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