#982C3B

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

Shades of Bright Red #982C3B

Tints of Bright Red #982C3B

Color information

#982C3B (or 0x982C3B) is unknown color: approx Bright Red. HEX triplet: 98, 2C and 3B. RGB value is (152,44,59). Sum of RGB (Red+Green+Blue) = 152+44+59=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #982C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982C3B is #67D3C4. Grayscale: #4E4E4E. Windows color (decimal): -6804421 or 3878040. OLE color: 3878040.

HSL color Cylindrical-coordinate representation of color #982C3B: hue angle of 351.67º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #982C3B is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB1524459-
CMYK00.710.610.40
HSL351.67º55.1%38.43%-
HSV(B)351.67º71.05%59.61%-
XYZ14.648.795.06-
YUV78117.28180.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.61%
GREEN value IS 44 (17.58% from 255) = 17.25%
BLUE value IS 59 (23.44% from 255) = 23.14%
R=59.61%
G=17.25%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152445900.710.610.40351.6755.138.43
Hex982C3B0473D281603726
Octal2305473010775505406746
Binary1001100010110011101101000111111101101000101100000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982C3B; }

 p { color: rgb(152,44,59); }

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

<style>
 a { background-color: #982C3B; }

 a { background-color: rgb(152,44,59); }

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

<style>
 span { border-color: #982C3B; }

 span { border-color: rgb(152,44,59); }

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