Html Css Color HEX #990B23 Carmine

📋 copy color: '#990B23'

red 153 ◦ green 11 ◦ blue 35

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

Shades of Carmine #990B23

Tints of Carmine #990B23

RGB

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

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

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

R = 76.88%
G = 5.53%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.4

RGB Variations

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

Color information

#990B23 (or 0x990B23) is known color: Carmine. HEX triplet: 99, 0B and 23. RGB value is (153,11,35). Sum of RGB (Red+Green+Blue) = 153+11+35=199 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.88% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 153 - color contains mainly: red. Hex color #990B23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990B23 is #66F4DC. Grayscale: #383838. Windows color (decimal): -6747357 or 2296729. OLE color: 2296729.

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

Color convert

RGB 153 11 35 -
CMYK 0 0.93 0.77 0.4
HSL 349.86º 0.87% 0.32% -
HSV(B) 349.86º 0.93% 0.6% -
XYZ 13.56 7.13 2.25 -
YUV 56.19 116.04 197.05 -
System Red Green Blue C M Y K H S L
Decimal 153 11 35 0 0.93 0.77 0.4 349.86 0.87 0.32
Hex 99 B 23 0 5D 4D 28 15E 57 20
Octal 231 13 43 0 135 115 50 536 127 40
Binary 10011001 1011 100011 0 1011101 1001101 101000 101011110 1010111 100000

Color Harmonies of #990B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990B23

Black with #990B23

Text Example


Text Example

White with #990B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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