#982C3C

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

Shades of Bright Red #982C3C

Tints of Bright Red #982C3C

Color information

#982C3C (or 0x982C3C) is unknown color: approx Bright Red. HEX triplet: 98, 2C and 3C. RGB value is (152,44,60). Sum of RGB (Red+Green+Blue) = 152+44+60=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #982C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982C3C is #67D3C3. Grayscale: #4E4E4E. Windows color (decimal): -6804420 or 3943576. OLE color: 3943576.

HSL color Cylindrical-coordinate representation of color #982C3C: hue angle of 351.11º 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 #982C3C is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB1524460-
CMYK00.710.610.40
HSL351.11º55.1%38.43%-
HSV(B)351.11º71.05%59.61%-
XYZ14.678.85.2-
YUV78.12117.78180.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.38%
GREEN value IS 44 (17.58% from 255) = 17.19%
BLUE value IS 60 (23.83% from 255) = 23.44%
R=59.38%
G=17.19%
B=23.44%

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
Decimal152446000.710.610.40351.1155.138.43
Hex982C3C0473D2815f3726
Octal2305474010775505376746
Binary1001100010110011110001000111111101101000101011111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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