Html Css Color HEX #99052C Carmine

📋 copy color: '#99052C'

red 153 ◦ green 5 ◦ blue 44

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

Shades of Carmine #99052C

Tints of Carmine #99052C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.48%

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

R = 75.74%
G = 2.48%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#99052C (or 0x99052C) is known color: Carmine. HEX triplet: 99, 05 and 2C. RGB value is (153,5,44). Sum of RGB (Red+Green+Blue) = 153+5+44=202 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.74% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 153 - color contains mainly: red. Hex color #99052C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99052C is #66FAD3. Grayscale: #353535. Windows color (decimal): -6748884 or 2885017. OLE color: 2885017.

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

Color convert

RGB 153 5 44 -
CMYK 0 0.97 0.71 0.4
HSL 344.19º 0.94% 0.31% -
HSV(B) 344.19º 0.97% 0.6% -
XYZ 13.65 7.06 3.03 -
YUV 53.7 122.53 198.83 -
System Red Green Blue C M Y K H S L
Decimal 153 5 44 0 0.97 0.71 0.4 344.19 0.94 0.31
Hex 99 5 2C 0 61 47 28 158 5E 1F
Octal 231 5 54 0 141 107 50 530 136 37
Binary 10011001 101 101100 0 1100001 1000111 101000 101011000 1011110 11111

Color Harmonies of #99052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99052C

Black with #99052C

Text Example


Text Example

White with #99052C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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