#9B2D42

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

Shades of Bright Red #9B2D42

Tints of Bright Red #9B2D42

Color information

#9B2D42 (or 0x9B2D42) is unknown color: approx Bright Red. HEX triplet: 9B, 2D and 42. RGB value is (155,45,66). Sum of RGB (Red+Green+Blue) = 155+45+66=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 45 (17.97% from 255 or 16.92% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2D42 is #64D2BD. Grayscale: #505050. Windows color (decimal): -6607550 or 4337051. OLE color: 4337051.

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

Color convert

RGB1554566-
CMYK00.710.570.39
HSL348.55º55%39.22%-
HSV(B)348.55º70.97%60.78%-
XYZ15.449.246.12-
YUV80.28119.94181.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.27%
GREEN value IS 45 (17.97% from 255) = 16.92%
BLUE value IS 66 (26.17% from 255) = 24.81%
R=58.27%
G=16.92%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155456600.710.570.39348.555539.22
Hex9B2D42047392715d3727
Octal23355102010771475356747
Binary10011011101101100001001000111111001100111101011101110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,45,66); }

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

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

 a { background-color: rgb(155,45,66); }

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

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

 span { border-color: rgb(155,45,66); }

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