Html Css Color HEX #990335 Carmine

📋 copy color: '#990335'

red 153 ◦ green 3 ◦ blue 53

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

Shades of Carmine #990335

Tints of Carmine #990335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.36%

R = 73.21%
G = 1.44%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#990335 (or 0x990335) is known color: Carmine. HEX triplet: 99, 03 and 35. RGB value is (153,3,53). Sum of RGB (Red+Green+Blue) = 153+3+53=209 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.21% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 153 - color contains mainly: red. Hex color #990335 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990335 is #66FCCA. Grayscale: #353535. Windows color (decimal): -6749387 or 3474329. OLE color: 3474329.

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

Color convert

RGB 153 3 53 -
CMYK 0 0.98 0.65 0.4
HSL 340º 0.96% 0.31% -
HSV(B) 340º 0.98% 0.6% -
XYZ 13.81 7.09 4.01 -
YUV 53.55 127.7 198.93 -
System Red Green Blue C M Y K H S L
Decimal 153 3 53 0 0.98 0.65 0.4 340 0.96 0.31
Hex 99 3 35 0 62 41 28 154 60 1F
Octal 231 3 65 0 142 101 50 524 140 37
Binary 10011001 11 110101 0 1100010 1000001 101000 101010100 1100000 11111

Color Harmonies of #990335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990335

Black with #990335

Text Example


Text Example

White with #990335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990335; }

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

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

background-color css

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

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

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

border-color css

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

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

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