#9B2D43

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

Shades of Bright Red #9B2D43

Tints of Bright Red #9B2D43

Color information

#9B2D43 (or 0x9B2D43) is unknown color: approx Bright Red. HEX triplet: 9B, 2D and 43. RGB value is (155,45,67). Sum of RGB (Red+Green+Blue) = 155+45+67=267 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.05% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2D43 is #64D2BC. Grayscale: #505050. Windows color (decimal): -6607549 or 4402587. OLE color: 4402587.

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

Color convert

RGB1554567-
CMYK00.710.570.39
HSL348º55%39.22%-
HSV(B)348º70.97%60.78%-
XYZ15.479.256.28-
YUV80.4120.44181.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.05%
GREEN value IS 45 (17.97% from 255) = 16.85%
BLUE value IS 67 (26.56% from 255) = 25.09%
R=58.05%
G=16.85%
B=25.09%

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
Decimal155456700.710.570.393485539.22
Hex9B2D43047392715c3727
Octal23355103010771475346747
Binary10011011101101100001101000111111001100111101011100110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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