#9c283e

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

Shades of Bright Red #9C283E

Tints of Bright Red #9C283E

Color information

#9C283E (or 0x9C283E) is unknown color: approx Bright Red. HEX triplet: 9C, 28 and 3E. RGB value is (156,40,62). Sum of RGB (Red+Green+Blue) = 156+40+62=258 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.47% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 156 - color contains mainly: red. Hex color #9C283E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C283E is #63D7C1. Grayscale: #4D4D4D. Windows color (decimal): -6543298 or 4073628. OLE color: 4073628.

HSL color Cylindrical-coordinate representation of color #9C283E: hue angle of 348.62º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C283E is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.39.

Color convert

RGB1564062-
CMYK00.740.600.39
HSL348.62º59.18%38.43%-
HSV(B)348.62º74.36%61.18%-
XYZ15.348.935.47-
YUV77.19119.43184.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60.47%
GREEN value IS 40 (16.02% from 255) = 15.50%
BLUE value IS 62 (24.61% from 255) = 24.03%
R=60.47%
G=15.50%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156406200.740.600.39348.6259.1838.43
Hex9C283E04A3C2715d3b26
Octal2345076011274475357346
Binary1001110010100011111001001010111100100111101011101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c283e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,40,62); }

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

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

 a { background-color: rgb(156,40,62); }

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

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

 span { border-color: rgb(156,40,62); }

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