Html Css Color HEX #99001C Carmine

📋 copy color: '#99001C'

red 153 ◦ green 0 ◦ blue 28

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

Shades of Carmine #99001C

Tints of Carmine #99001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.47%

R = 84.53%
G = 0%
B = 15.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#99001C (or 0x99001C) is known color: Carmine. HEX triplet: 99, 00 and 1C. RGB value is (153,0,28). Sum of RGB (Red+Green+Blue) = 153+0+28=181 (23% of max value = 765). Red value is 153 (60.16% from 255 or 84.53% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 153 - color contains mainly: red. Hex color #99001C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99001C is #66FFE3. Grayscale: #303030. Windows color (decimal): -6750180 or 1835161. OLE color: 1835161.

HSL color Cylindrical-coordinate representation of color #99001C: hue angle of 349.02º 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 #99001C is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 0 28 -
CMYK 0 1 0.82 0.4
HSL 349.02º 1% 0.3% -
HSV(B) 349.02º 1% 0.6% -
XYZ 13.35 6.86 1.72 -
YUV 48.94 116.19 202.22 -
System Red Green Blue C M Y K H S L
Decimal 153 0 28 0 1 0.82 0.4 349.02 1 0.3
Hex 99 0 1C 0 64 52 28 15D 64 1E
Octal 231 0 34 0 144 122 50 535 144 36
Binary 10011001 0 11100 0 1100100 1010010 101000 101011101 1100100 11110

Color Harmonies of #99001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99001C

Black with #99001C

Text Example


Text Example

White with #99001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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