#9B1C2A

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

Shades of Bright Red #9B1C2A

Tints of Bright Red #9B1C2A

Color information

#9B1C2A (or 0x9B1C2A) is unknown color: approx Bright Red. HEX triplet: 9B, 1C and 2A. RGB value is (155,28,42). Sum of RGB (Red+Green+Blue) = 155+28+42=225 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.89% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1C2A is #64E3D5. Grayscale: #434343. Windows color (decimal): -6611926 or 2759835. OLE color: 2759835.

HSL color Cylindrical-coordinate representation of color #9B1C2A: hue angle of 353.39º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B1C2A is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.39.

Color convert

RGB1552842-
CMYK00.820.730.39
HSL353.39º69.4%35.88%-
HSV(B)353.39º81.94%60.78%-
XYZ14.357.972.97-
YUV67.57113.58190.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 68.89%
GREEN value IS 28 (11.33% from 255) = 12.44%
BLUE value IS 42 (16.80% from 255) = 18.67%
R=68.89%
G=12.44%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155284200.820.730.39353.3969.435.88
Hex9B1C2A05249271614524
Octal233345201221114754110544
Binary10011011111001010100101001010010011001111011000011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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