Html Css Color HEX #990C29 Carmine

📋 copy color: '#990C29'

red 153 ◦ green 12 ◦ blue 41

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

Shades of Carmine #990C29

Tints of Carmine #990C29

RGB

 RED value IS 153 (60.16% from 255) = 74.27%

 GREEN value IS 12 (5.08% from 255) = 5.83%

 BLUE value IS 41 (16.41% from 255) = 19.9%

R = 74.27%
G = 5.83%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#990C29 (or 0x990C29) is known color: Carmine. HEX triplet: 99, 0C and 29. RGB value is (153,12,41). Sum of RGB (Red+Green+Blue) = 153+12+41=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #990C29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990C29 is #66F3D6. Grayscale: #393939. Windows color (decimal): -6747095 or 2690201. OLE color: 2690201.

HSL color Cylindrical-coordinate representation of color #990C29: hue angle of 347.66º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990C29 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 12 41 -
CMYK 0 0.92 0.73 0.4
HSL 347.66º 0.85% 0.32% -
HSV(B) 347.66º 0.92% 0.6% -
XYZ 13.67 7.2 2.77 -
YUV 57.47 118.71 196.14 -
System Red Green Blue C M Y K H S L
Decimal 153 12 41 0 0.92 0.73 0.4 347.66 0.85 0.32
Hex 99 C 29 0 5C 49 28 15C 55 20
Octal 231 14 51 0 134 111 50 534 125 40
Binary 10011001 1100 101001 0 1011100 1001001 101000 101011100 1010101 100000

Color Harmonies of #990C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990C29

Black with #990C29

Text Example


Text Example

White with #990C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990C29; }

 p { color: rgb(153,12,41); }

 H1.HeaderClassName
 {
   color: #990C29;
 }
 .AnyTagClassName
 {
   color: #990C29;
 }
</style>

background-color css

<style>
 a { background-color: #990C29; }

 a { background-color: rgb(153,12,41); }

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

border-color css

<style>
 span { border-color: #990C29; }

 span { border-color: rgb(153,12,41); }

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