Html Css Color HEX #980B23 Carmine

📋 copy color: '#980B23'

red 152 ◦ green 11 ◦ blue 35

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

Shades of Carmine #980B23

Tints of Carmine #980B23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.68%

R = 76.77%
G = 5.56%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.40

RGB Variations

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

Color information

#980B23 (or 0x980B23) is known color: Carmine. HEX triplet: 98, 0B and 23. RGB value is (152,11,35). Sum of RGB (Red+Green+Blue) = 152+11+35=198 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.77% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 152 - color contains mainly: red. Hex color #980B23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980B23 is #67F4DC. Grayscale: #373737. Windows color (decimal): -6812893 or 2296728. OLE color: 2296728.

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

Color convert

RGB 152 11 35 -
CMYK 0 0.93 0.77 0.40
HSL 349.79º 0.87% 0.32% -
HSV(B) 349.79º 0.93% 0.6% -
XYZ 13.37 7.04 2.24 -
YUV 55.9 116.21 196.55 -
System Red Green Blue C M Y K H S L
Decimal 152 11 35 0 0.93 0.77 0.40 349.79 0.87 0.32
Hex 98 B 23 0 5D 4D 28 15E 57 20
Octal 230 13 43 0 135 115 50 536 127 40
Binary 10011000 1011 100011 0 1011101 1001101 101000 101011110 1010111 100000

Color Harmonies of #980B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980B23

Black with #980B23

Text Example


Text Example

White with #980B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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