Html Css Color HEX #980B2B Carmine

📋 copy color: '#980B2B'

red 152 ◦ green 11 ◦ blue 43

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

Shades of Carmine #980B2B

Tints of Carmine #980B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.87%

R = 73.79%
G = 5.34%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#980B2B (or 0x980B2B) is known color: Carmine. HEX triplet: 98, 0B and 2B. RGB value is (152,11,43). Sum of RGB (Red+Green+Blue) = 152+11+43=206 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.79% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 152 - color contains mainly: red. Hex color #980B2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980B2B is #67F4D4. Grayscale: #383838. Windows color (decimal): -6812885 or 2821016. OLE color: 2821016.

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

Color convert

RGB 152 11 43 -
CMYK 0 0.93 0.72 0.40
HSL 346.38º 0.87% 0.32% -
HSV(B) 346.38º 0.93% 0.6% -
XYZ 13.5 7.09 2.94 -
YUV 56.81 120.21 195.9 -
System Red Green Blue C M Y K H S L
Decimal 152 11 43 0 0.93 0.72 0.40 346.38 0.87 0.32
Hex 98 B 2B 0 5D 48 28 15A 57 20
Octal 230 13 53 0 135 110 50 532 127 40
Binary 10011000 1011 101011 0 1011101 1001000 101000 101011010 1010111 100000

Color Harmonies of #980B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980B2B

Black with #980B2B

Text Example


Text Example

White with #980B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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