Html Css Color HEX #990C2A Carmine

📋 copy color: '#990C2A'

red 153 ◦ green 12 ◦ blue 42

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

Shades of Carmine #990C2A

Tints of Carmine #990C2A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.8%

 BLUE value IS 42 (16.8% from 255) = 20.29%

R = 73.91%
G = 5.8%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#990C2A (or 0x990C2A) is known color: Carmine. HEX triplet: 99, 0C and 2A. RGB value is (153,12,42). Sum of RGB (Red+Green+Blue) = 153+12+42=207 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.91% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 153 - color contains mainly: red. Hex color #990C2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990C2A is #66F3D5. Grayscale: #393939. Windows color (decimal): -6747094 or 2755737. OLE color: 2755737.

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

Color convert

RGB 153 12 42 -
CMYK 0 0.92 0.73 0.4
HSL 347.23º 0.85% 0.32% -
HSV(B) 347.23º 0.92% 0.6% -
XYZ 13.69 7.2 2.86 -
YUV 57.58 119.21 196.06 -
System Red Green Blue C M Y K H S L
Decimal 153 12 42 0 0.92 0.73 0.4 347.23 0.85 0.32
Hex 99 C 2A 0 5C 49 28 15B 55 20
Octal 231 14 52 0 134 111 50 533 125 40
Binary 10011001 1100 101010 0 1011100 1001001 101000 101011011 1010101 100000

Color Harmonies of #990C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990C2A

Black with #990C2A

Text Example


Text Example

White with #990C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,12,42); }

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

background-color css

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

 a { background-color: rgb(153,12,42); }

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

border-color css

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

 span { border-color: rgb(153,12,42); }

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