Html Css Color HEX #990330 Carmine

📋 copy color: '#990330'

red 153 ◦ green 3 ◦ blue 48

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

Shades of Carmine #990330

Tints of Carmine #990330

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.47%

 BLUE value IS 48 (19.14% from 255) = 23.53%

R = 75%
G = 1.47%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#990330 (or 0x990330) is known color: Carmine. HEX triplet: 99, 03 and 30. RGB value is (153,3,48). Sum of RGB (Red+Green+Blue) = 153+3+48=204 (27% of max value = 765). Red value is 153 (60.16% from 255 or 75% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 153 - color contains mainly: red. Hex color #990330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990330 is #66FCCF. Grayscale: #343434. Windows color (decimal): -6749392 or 3146649. OLE color: 3146649.

HSL color Cylindrical-coordinate representation of color #990330: hue angle of 342º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #990330 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 3 48 -
CMYK 0 0.98 0.69 0.4
HSL 342º 0.96% 0.31% -
HSV(B) 342º 0.98% 0.6% -
XYZ 13.7 7.05 3.44 -
YUV 52.98 125.2 199.34 -
System Red Green Blue C M Y K H S L
Decimal 153 3 48 0 0.98 0.69 0.4 342 0.96 0.31
Hex 99 3 30 0 62 45 28 156 60 1F
Octal 231 3 60 0 142 105 50 526 140 37
Binary 10011001 11 110000 0 1100010 1000101 101000 101010110 1100000 11111

Color Harmonies of #990330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990330

Black with #990330

Text Example


Text Example

White with #990330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990330; }

 p { color: rgb(153,3,48); }

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

background-color css

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

 a { background-color: rgb(153,3,48); }

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

border-color css

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

 span { border-color: rgb(153,3,48); }

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