Html Css Color HEX #990226 Carmine

📋 copy color: '#990226'

red 153 ◦ green 2 ◦ blue 38

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

Shades of Carmine #990226

Tints of Carmine #990226

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.04%

 BLUE value IS 38 (15.23% from 255) = 19.69%

R = 79.27%
G = 1.04%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#990226 (or 0x990226) is known color: Carmine. HEX triplet: 99, 02 and 26. RGB value is (153,2,38). Sum of RGB (Red+Green+Blue) = 153+2+38=193 (25% of max value = 765). Red value is 153 (60.16% from 255 or 79.27% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 153 - color contains mainly: red. Hex color #990226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990226 is #66FDD9. Grayscale: #333333. Windows color (decimal): -6749658 or 2491033. OLE color: 2491033.

HSL color Cylindrical-coordinate representation of color #990226: hue angle of 345.7º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990226 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 2 38 -
CMYK 0 0.99 0.75 0.4
HSL 345.7º 0.97% 0.3% -
HSV(B) 345.7º 0.99% 0.6% -
XYZ 13.51 6.96 2.46 -
YUV 51.25 120.53 200.57 -
System Red Green Blue C M Y K H S L
Decimal 153 2 38 0 0.99 0.75 0.4 345.7 0.97 0.3
Hex 99 2 26 0 63 4B 28 15A 61 1E
Octal 231 2 46 0 143 113 50 532 141 36
Binary 10011001 10 100110 0 1100011 1001011 101000 101011010 1100001 11110

Color Harmonies of #990226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990226

Black with #990226

Text Example


Text Example

White with #990226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990226; }

 p { color: rgb(153,2,38); }

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

background-color css

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

 a { background-color: rgb(153,2,38); }

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

border-color css

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

 span { border-color: rgb(153,2,38); }

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