Html Css Color HEX #980D22 Carmine

📋 copy color: '#980D22'

red 152 ◦ green 13 ◦ blue 34

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

Shades of Carmine #980D22

Tints of Carmine #980D22

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.53%

 BLUE value IS 34 (13.67% from 255) = 17.09%

R = 76.38%
G = 6.53%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#980D22 (or 0x980D22) is known color: Carmine. HEX triplet: 98, 0D and 22. RGB value is (152,13,34). Sum of RGB (Red+Green+Blue) = 152+13+34=199 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.38% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 152 - color contains mainly: red. Hex color #980D22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980D22 is #67F2DD. Grayscale: #393939. Windows color (decimal): -6812382 or 2231704. OLE color: 2231704.

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

Color convert

RGB 152 13 34 -
CMYK 0 0.91 0.78 0.40
HSL 350.94º 0.84% 0.32% -
HSV(B) 350.94º 0.91% 0.6% -
XYZ 13.38 7.08 2.17 -
YUV 56.96 115.05 195.79 -
System Red Green Blue C M Y K H S L
Decimal 152 13 34 0 0.91 0.78 0.40 350.94 0.84 0.32
Hex 98 D 22 0 5B 4E 28 15F 54 20
Octal 230 15 42 0 133 116 50 537 124 40
Binary 10011000 1101 100010 0 1011011 1001110 101000 101011111 1010100 100000

Color Harmonies of #980D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980D22

Black with #980D22

Text Example


Text Example

White with #980D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,13,34); }

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

background-color css

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

 a { background-color: rgb(152,13,34); }

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

border-color css

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

 span { border-color: rgb(152,13,34); }

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