Html Css Color HEX #99002C Carmine

📋 copy color: '#99002C'

red 153 ◦ green 0 ◦ blue 44

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

Shades of Carmine #99002C

Tints of Carmine #99002C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 44 (17.58% from 255) = 22.34%

R = 77.66%
G = 0%
B = 22.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#99002C (or 0x99002C) is known color: Carmine. HEX triplet: 99, 00 and 2C. RGB value is (153,0,44). Sum of RGB (Red+Green+Blue) = 153+0+44=197 (26% of max value = 765). Red value is 153 (60.16% from 255 or 77.66% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 153 - color contains mainly: red. Hex color #99002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99002C is #66FFD3. Grayscale: #323232. Windows color (decimal): -6750164 or 2883737. OLE color: 2883737.

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

Color convert

RGB 153 0 44 -
CMYK 0 1 0.71 0.4
HSL 342.75º 1% 0.3% -
HSV(B) 342.75º 1% 0.6% -
XYZ 13.59 6.95 3.01 -
YUV 50.76 124.19 200.92 -
System Red Green Blue C M Y K H S L
Decimal 153 0 44 0 1 0.71 0.4 342.75 1 0.3
Hex 99 0 2C 0 64 47 28 157 64 1E
Octal 231 0 54 0 144 107 50 527 144 36
Binary 10011001 0 101100 0 1100100 1000111 101000 101010111 1100100 11110

Color Harmonies of #99002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99002C

Black with #99002C

Text Example


Text Example

White with #99002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99002C; }

 p { color: rgb(153,0,44); }

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

background-color css

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

 a { background-color: rgb(153,0,44); }

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

border-color css

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

 span { border-color: rgb(153,0,44); }

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