Html Css Color HEX #990D1D Carmine

📋 copy color: '#990D1D'

red 153 ◦ green 13 ◦ blue 29

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

Shades of Carmine #990D1D

Tints of Carmine #990D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.87%

R = 78.46%
G = 6.67%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#990D1D (or 0x990D1D) is known color: Carmine. HEX triplet: 99, 0D and 1D. RGB value is (153,13,29). Sum of RGB (Red+Green+Blue) = 153+13+29=195 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.46% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 153 - color contains mainly: red. Hex color #990D1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990D1D is #66F2E2. Grayscale: #383838. Windows color (decimal): -6746851 or 1904025. OLE color: 1904025.

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

Color convert

RGB 153 13 29 -
CMYK 0 0.92 0.81 0.4
HSL 353.14º 0.84% 0.33% -
HSV(B) 353.14º 0.92% 0.6% -
XYZ 13.5 7.15 1.83 -
YUV 56.68 112.38 196.7 -
System Red Green Blue C M Y K H S L
Decimal 153 13 29 0 0.92 0.81 0.4 353.14 0.84 0.33
Hex 99 D 1D 0 5C 51 28 161 54 21
Octal 231 15 35 0 134 121 50 541 124 41
Binary 10011001 1101 11101 0 1011100 1010001 101000 101100001 1010100 100001

Color Harmonies of #990D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990D1D

Black with #990D1D

Text Example


Text Example

White with #990D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,13,29); }

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

background-color css

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

 a { background-color: rgb(153,13,29); }

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

border-color css

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

 span { border-color: rgb(153,13,29); }

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