Html Css Color HEX #980F33 Carmine

📋 copy color: '#980F33'

red 152 ◦ green 15 ◦ blue 51

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

Shades of Carmine #980F33

Tints of Carmine #980F33

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.88%

 BLUE value IS 51 (20.31% from 255) = 23.39%

R = 69.72%
G = 6.88%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#980F33 (or 0x980F33) is known color: Carmine. HEX triplet: 98, 0F and 33. RGB value is (152,15,51). Sum of RGB (Red+Green+Blue) = 152+15+51=218 (28% of max value = 765). Red value is 152 (59.77% from 255 or 69.72% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 152 - color contains mainly: red. Hex color #980F33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980F33 is #67F0CC. Grayscale: #3C3C3C. Windows color (decimal): -6811853 or 3346328. OLE color: 3346328.

HSL color Cylindrical-coordinate representation of color #980F33: hue angle of 344.23º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #980F33 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 15 51 -
CMYK 0 0.90 0.66 0.40
HSL 344.23º 0.82% 0.33% -
HSV(B) 344.23º 0.9% 0.6% -
XYZ 13.72 7.26 3.81 -
YUV 60.07 122.89 193.57 -
System Red Green Blue C M Y K H S L
Decimal 152 15 51 0 0.90 0.66 0.40 344.23 0.82 0.33
Hex 98 F 33 0 5A 42 28 158 52 21
Octal 230 17 63 0 132 102 50 530 122 41
Binary 10011000 1111 110011 0 1011010 1000010 101000 101011000 1010010 100001

Color Harmonies of #980F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980F33

Black with #980F33

Text Example


Text Example

White with #980F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,15,51); }

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

background-color css

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

 a { background-color: rgb(152,15,51); }

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

border-color css

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

 span { border-color: rgb(152,15,51); }

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