Html Css Color HEX #990328 Carmine

📋 copy color: '#990328'

red 153 ◦ green 3 ◦ blue 40

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

Shades of Carmine #990328

Tints of Carmine #990328

RGB

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

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

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

R = 78.06%
G = 1.53%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.4

RGB Variations

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

Color information

#990328 (or 0x990328) is known color: Carmine. HEX triplet: 99, 03 and 28. RGB value is (153,3,40). Sum of RGB (Red+Green+Blue) = 153+3+40=196 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.06% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 153 - color contains mainly: red. Hex color #990328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990328 is #66FCD7. Grayscale: #343434. Windows color (decimal): -6749400 or 2622361. OLE color: 2622361.

HSL color Cylindrical-coordinate representation of color #990328: hue angle of 345.2º 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 #990328 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 3 40 -
CMYK 0 0.98 0.74 0.4
HSL 345.2º 0.96% 0.31% -
HSV(B) 345.2º 0.98% 0.6% -
XYZ 13.55 6.99 2.64 -
YUV 52.07 121.2 199.99 -
System Red Green Blue C M Y K H S L
Decimal 153 3 40 0 0.98 0.74 0.4 345.2 0.96 0.31
Hex 99 3 28 0 62 4A 28 159 60 1F
Octal 231 3 50 0 142 112 50 531 140 37
Binary 10011001 11 101000 0 1100010 1001010 101000 101011001 1100000 11111

Color Harmonies of #990328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990328

Black with #990328

Text Example


Text Example

White with #990328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990328; }

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

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

background-color css

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

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

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

border-color css

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

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

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