Html Css Color HEX #990F28 Carmine

📋 copy color: '#990F28'

red 153 ◦ green 15 ◦ blue 40

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

Shades of Carmine #990F28

Tints of Carmine #990F28

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.21%

 BLUE value IS 40 (16.02% from 255) = 19.23%

R = 73.56%
G = 7.21%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.4

RGB Variations

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

Color information

#990F28 (or 0x990F28) is known color: Carmine. HEX triplet: 99, 0F and 28. RGB value is (153,15,40). Sum of RGB (Red+Green+Blue) = 153+15+40=208 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.56% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 153 - color contains mainly: red. Hex color #990F28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990F28 is #66F0D7. Grayscale: #3B3B3B. Windows color (decimal): -6746328 or 2625433. OLE color: 2625433.

HSL color Cylindrical-coordinate representation of color #990F28: hue angle of 349.13º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #990F28 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 15 40 -
CMYK 0 0.90 0.74 0.4
HSL 349.13º 0.82% 0.33% -
HSV(B) 349.13º 0.9% 0.6% -
XYZ 13.69 7.27 2.69 -
YUV 59.11 117.22 194.97 -
System Red Green Blue C M Y K H S L
Decimal 153 15 40 0 0.90 0.74 0.4 349.13 0.82 0.33
Hex 99 F 28 0 5A 4A 28 15D 52 21
Octal 231 17 50 0 132 112 50 535 122 41
Binary 10011001 1111 101000 0 1011010 1001010 101000 101011101 1010010 100001

Color Harmonies of #990F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990F28

Black with #990F28

Text Example


Text Example

White with #990F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,15,40); }

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

background-color css

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

 a { background-color: rgb(153,15,40); }

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

border-color css

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

 span { border-color: rgb(153,15,40); }

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