Html Css Color HEX #980A30 Carmine

📋 copy color: '#980A30'

red 152 ◦ green 10 ◦ blue 48

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

Shades of Carmine #980A30

Tints of Carmine #980A30

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.76%

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

R = 72.38%
G = 4.76%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#980A30 (or 0x980A30) is known color: Carmine. HEX triplet: 98, 0A and 30. RGB value is (152,10,48). Sum of RGB (Red+Green+Blue) = 152+10+48=210 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.38% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 152 - color contains mainly: red. Hex color #980A30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980A30 is #67F5CF. Grayscale: #383838. Windows color (decimal): -6813136 or 3148440. OLE color: 3148440.

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

Color convert

RGB 152 10 48 -
CMYK 0 0.93 0.68 0.40
HSL 343.94º 0.88% 0.32% -
HSV(B) 343.94º 0.93% 0.6% -
XYZ 13.59 7.11 3.45 -
YUV 56.79 123.04 195.91 -
System Red Green Blue C M Y K H S L
Decimal 152 10 48 0 0.93 0.68 0.40 343.94 0.88 0.32
Hex 98 A 30 0 5D 44 28 158 58 20
Octal 230 12 60 0 135 104 50 530 130 40
Binary 10011000 1010 110000 0 1011101 1000100 101000 101011000 1011000 100000

Color Harmonies of #980A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980A30

Black with #980A30

Text Example


Text Example

White with #980A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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