#9B252A

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

Shades of Bright Red #9B252A

Tints of Bright Red #9B252A

Color information

#9B252A (or 0x9B252A) is unknown color: approx Bright Red. HEX triplet: 9B, 25 and 2A. RGB value is (155,37,42). Sum of RGB (Red+Green+Blue) = 155+37+42=234 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.24% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 155 - color contains mainly: red. Hex color #9B252A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B252A is #64DAD5. Grayscale: #484848. Windows color (decimal): -6609622 or 2762139. OLE color: 2762139.

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

Color convert

RGB1553742-
CMYK00.760.730.39
HSL357.46º61.46%37.65%-
HSV(B)357.46º76.13%60.78%-
XYZ14.68.463.05-
YUV72.85110.59186.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 66.24%
GREEN value IS 37 (14.84% from 255) = 15.81%
BLUE value IS 42 (16.80% from 255) = 17.95%
R=66.24%
G=15.81%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155374200.760.730.39357.4661.4637.65
Hex9B252A04C49271653d26
Octal23345520114111475457546
Binary10011011100101101010010011001001001100111101100101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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