Html Css Color HEX #982830 Bright Red

📋 copy color: '#982830'

red 152 ◦ green 40 ◦ blue 48

#982830
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Red #982830

Tints of Bright Red #982830

RGB

 RED value IS 152 (59.77% from 255) = 63.33%

 GREEN value IS 40 (16.02% from 255) = 16.67%

 BLUE value IS 48 (19.14% from 255) = 20%

R = 63.33%
G = 16.67%
B = 20%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#982830 (or 0x982830) is known color: Bright Red. HEX triplet: 98, 28 and 30. RGB value is (152,40,48). Sum of RGB (Red+Green+Blue) = 152+40+48=240 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.33% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 152 - color contains mainly: red. Hex color #982830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982830 is #67D7CF. Grayscale: #4A4A4A. Windows color (decimal): -6805456 or 3156120. OLE color: 3156120.

HSL color Cylindrical-coordinate representation of color #982830: hue angle of 355.71º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982830 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 40 48 -
CMYK 0 0.74 0.68 0.40
HSL 355.71º 0.58% 0.38% -
HSV(B) 355.71º 0.74% 0.6% -
XYZ 14.24 8.41 3.67 -
YUV 74.4 113.11 183.35 -
System Red Green Blue C M Y K H S L
Decimal 152 40 48 0 0.74 0.68 0.40 355.71 0.58 0.38
Hex 98 28 30 0 4A 44 28 164 3A 26
Octal 230 50 60 0 112 104 50 544 72 46
Binary 10011000 101000 110000 0 1001010 1000100 101000 101100100 111010 100110

Color Harmonies of #982830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982830

Black with #982830

Text Example


Text Example

White with #982830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982830; }

 p { color: rgb(152,40,48); }

 H1.HeaderClassName
 {
   color: #982830;
 }
 .AnyTagClassName
 {
   color: #982830;
 }
</style>

background-color css

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

 a { background-color: rgb(152,40,48); }

 div.DivClassName
 {
   background-color: #982830;
 }
 .BgClassName
 {
   background-color: #982830;
 }
</style>

border-color css

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

 span { border-color: rgb(152,40,48); }

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