#982A3B

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

Shades of Bright Red #982A3B

Tints of Bright Red #982A3B

Color information

#982A3B (or 0x982A3B) is unknown color: approx Bright Red. HEX triplet: 98, 2A and 3B. RGB value is (152,42,59). Sum of RGB (Red+Green+Blue) = 152+42+59=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #982A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982A3B is #67D5C4. Grayscale: #4C4C4C. Windows color (decimal): -6804933 or 3877528. OLE color: 3877528.

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

Color convert

RGB1524259-
CMYK00.720.610.40
HSL350.73º56.7%38.04%-
HSV(B)350.73º72.37%59.61%-
XYZ14.578.655.04-
YUV76.83117.94181.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 60.08%
GREEN value IS 42 (16.80% from 255) = 16.60%
BLUE value IS 59 (23.44% from 255) = 23.32%
R=60.08%
G=16.60%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152425900.720.610.40350.7356.738.04
Hex982A3B0483D2815f3926
Octal2305273011075505377146
Binary1001100010101011101101001000111101101000101011111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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