Html Css Color HEX #980B1C Carmine

📋 copy color: '#980B1C'

red 152 ◦ green 11 ◦ blue 28

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

Shades of Carmine #980B1C

Tints of Carmine #980B1C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.76%

 BLUE value IS 28 (11.33% from 255) = 14.66%

R = 79.58%
G = 5.76%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#980B1C (or 0x980B1C) is known color: Carmine. HEX triplet: 98, 0B and 1C. RGB value is (152,11,28). Sum of RGB (Red+Green+Blue) = 152+11+28=191 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.58% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 152 - color contains mainly: red. Hex color #980B1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980B1C is #67F4E3. Grayscale: #373737. Windows color (decimal): -6812900 or 1837976. OLE color: 1837976.

HSL color Cylindrical-coordinate representation of color #980B1C: hue angle of 352.77º degrees, saturation: 0.87, 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 #980B1C is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 11 28 -
CMYK 0 0.93 0.82 0.40
HSL 352.77º 0.87% 0.32% -
HSV(B) 352.77º 0.93% 0.6% -
XYZ 13.28 7 1.75 -
YUV 55.1 112.71 197.12 -
System Red Green Blue C M Y K H S L
Decimal 152 11 28 0 0.93 0.82 0.40 352.77 0.87 0.32
Hex 98 B 1C 0 5D 52 28 161 57 20
Octal 230 13 34 0 135 122 50 541 127 40
Binary 10011000 1011 11100 0 1011101 1010010 101000 101100001 1010111 100000

Color Harmonies of #980B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980B1C

Black with #980B1C

Text Example


Text Example

White with #980B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,11,28); }

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

background-color css

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

 a { background-color: rgb(152,11,28); }

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

border-color css

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

 span { border-color: rgb(152,11,28); }

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