Html Css Color HEX #980030 Carmine

📋 copy color: '#980030'

red 152 ◦ green 0 ◦ blue 48

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

Shades of Carmine #980030

Tints of Carmine #980030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 76%
G = 0%
B = 24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#980030 (or 0x980030) is known color: Carmine. HEX triplet: 98, 00 and 30. RGB value is (152,0,48). Sum of RGB (Red+Green+Blue) = 152+0+48=200 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 152 - color contains mainly: red. Hex color #980030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980030 is #67FFCF. Grayscale: #323232. Windows color (decimal): -6815696 or 3145880. OLE color: 3145880.

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

Color convert

RGB 152 0 48 -
CMYK 0 1 0.68 0.40
HSL 341.05º 1% 0.3% -
HSV(B) 341.05º 1% 0.6% -
XYZ 13.48 6.89 3.42 -
YUV 50.92 126.36 200.1 -
System Red Green Blue C M Y K H S L
Decimal 152 0 48 0 1 0.68 0.40 341.05 1 0.3
Hex 98 0 30 0 64 44 28 155 64 1E
Octal 230 0 60 0 144 104 50 525 144 36
Binary 10011000 0 110000 0 1100100 1000100 101000 101010101 1100100 11110

Color Harmonies of #980030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980030

Black with #980030

Text Example


Text Example

White with #980030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980030; }

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

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

background-color css

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

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

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

border-color css

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

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

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