Html Css Color HEX #990B2B Carmine

📋 copy color: '#990B2B'

red 153 ◦ green 11 ◦ blue 43

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

Shades of Carmine #990B2B

Tints of Carmine #990B2B

RGB

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

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

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

R = 73.91%
G = 5.31%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#990B2B (or 0x990B2B) is known color: Carmine. HEX triplet: 99, 0B and 2B. RGB value is (153,11,43). Sum of RGB (Red+Green+Blue) = 153+11+43=207 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.91% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 153 - color contains mainly: red. Hex color #990B2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990B2B is #66F4D4. Grayscale: #393939. Windows color (decimal): -6747349 or 2821017. OLE color: 2821017.

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

Color convert

RGB 153 11 43 -
CMYK 0 0.93 0.72 0.4
HSL 346.48º 0.87% 0.32% -
HSV(B) 346.48º 0.93% 0.6% -
XYZ 13.69 7.19 2.95 -
YUV 57.11 120.04 196.4 -
System Red Green Blue C M Y K H S L
Decimal 153 11 43 0 0.93 0.72 0.4 346.48 0.87 0.32
Hex 99 B 2B 0 5D 48 28 15A 57 20
Octal 231 13 53 0 135 110 50 532 127 40
Binary 10011001 1011 101011 0 1011101 1001000 101000 101011010 1010111 100000

Color Harmonies of #990B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990B2B

Black with #990B2B

Text Example


Text Example

White with #990B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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