Html Css Color HEX #990A27 Carmine

📋 copy color: '#990A27'

red 153 ◦ green 10 ◦ blue 39

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

Shades of Carmine #990A27

Tints of Carmine #990A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.31%

R = 75.74%
G = 4.95%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#990A27 (or 0x990A27) is known color: Carmine. HEX triplet: 99, 0A and 27. RGB value is (153,10,39). Sum of RGB (Red+Green+Blue) = 153+10+39=202 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.74% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 39 (15.62% from 255 or 19.31% from 202); Max value from RGB is 153 - color contains mainly: red. Hex color #990A27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990A27 is #66F5D8. Grayscale: #383838. Windows color (decimal): -6747609 or 2558617. OLE color: 2558617.

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

Color convert

RGB 153 10 39 -
CMYK 0 0.93 0.75 0.4
HSL 347.83º 0.88% 0.32% -
HSV(B) 347.83º 0.93% 0.6% -
XYZ 13.61 7.14 2.58 -
YUV 56.06 118.38 197.14 -
System Red Green Blue C M Y K H S L
Decimal 153 10 39 0 0.93 0.75 0.4 347.83 0.88 0.32
Hex 99 A 27 0 5D 4B 28 15C 58 20
Octal 231 12 47 0 135 113 50 534 130 40
Binary 10011001 1010 100111 0 1011101 1001011 101000 101011100 1011000 100000

Color Harmonies of #990A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990A27

Black with #990A27

Text Example


Text Example

White with #990A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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