Html Css Color HEX #990235 Carmine

📋 copy color: '#990235'

red 153 ◦ green 2 ◦ blue 53

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

Shades of Carmine #990235

Tints of Carmine #990235

RGB

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

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

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

R = 73.56%
G = 0.96%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#990235 (or 0x990235) is known color: Carmine. HEX triplet: 99, 02 and 35. RGB value is (153,2,53). Sum of RGB (Red+Green+Blue) = 153+2+53=208 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.56% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 153 - color contains mainly: red. Hex color #990235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990235 is #66FDCA. Grayscale: #343434. Windows color (decimal): -6749643 or 3474073. OLE color: 3474073.

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

Color convert

RGB 153 2 53 -
CMYK 0 0.99 0.65 0.4
HSL 339.74º 0.97% 0.3% -
HSV(B) 339.74º 0.99% 0.6% -
XYZ 13.8 7.07 4.01 -
YUV 52.96 128.03 199.35 -
System Red Green Blue C M Y K H S L
Decimal 153 2 53 0 0.99 0.65 0.4 339.74 0.97 0.3
Hex 99 2 35 0 63 41 28 154 61 1E
Octal 231 2 65 0 143 101 50 524 141 36
Binary 10011001 10 110101 0 1100011 1000001 101000 101010100 1100001 11110

Color Harmonies of #990235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990235

Black with #990235

Text Example


Text Example

White with #990235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990235; }

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

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

background-color css

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

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

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

border-color css

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

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

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