Html Css Color HEX #990A23 Carmine

📋 copy color: '#990A23'

red 153 ◦ green 10 ◦ blue 35

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

Shades of Carmine #990A23

Tints of Carmine #990A23

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.05%

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

R = 77.27%
G = 5.05%
B = 17.68%

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

#990A23 (or 0x990A23) is known color: Carmine. HEX triplet: 99, 0A and 23. RGB value is (153,10,35). Sum of RGB (Red+Green+Blue) = 153+10+35=198 (26% of max value = 765). Red value is 153 (60.16% from 255 or 77.27% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 153 - color contains mainly: red. Hex color #990A23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990A23 is #66F5DC. Grayscale: #373737. Windows color (decimal): -6747613 or 2296473. OLE color: 2296473.

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

Color convert

RGB 153 10 35 -
CMYK 0 0.93 0.77 0.4
HSL 349.51º 0.88% 0.32% -
HSV(B) 349.51º 0.93% 0.6% -
XYZ 13.55 7.11 2.25 -
YUV 55.61 116.38 197.47 -
System Red Green Blue C M Y K H S L
Decimal 153 10 35 0 0.93 0.77 0.4 349.51 0.88 0.32
Hex 99 A 23 0 5D 4D 28 15E 58 20
Octal 231 12 43 0 135 115 50 536 130 40
Binary 10011001 1010 100011 0 1011101 1001101 101000 101011110 1011000 100000

Color Harmonies of #990A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990A23

Black with #990A23

Text Example


Text Example

White with #990A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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