Html Css Color HEX #99052D Carmine

📋 copy color: '#99052D'

red 153 ◦ green 5 ◦ blue 45

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

Shades of Carmine #99052D

Tints of Carmine #99052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.17%

R = 75.37%
G = 2.46%
B = 22.17%

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

#99052D (or 0x99052D) is known color: Carmine. HEX triplet: 99, 05 and 2D. RGB value is (153,5,45). Sum of RGB (Red+Green+Blue) = 153+5+45=203 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.37% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 153 - color contains mainly: red. Hex color #99052D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99052D is #66FAD2. Grayscale: #353535. Windows color (decimal): -6748883 or 2950553. OLE color: 2950553.

HSL color Cylindrical-coordinate representation of color #99052D: hue angle of 343.78º 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 #99052D is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 5 45 -
CMYK 0 0.97 0.71 0.4
HSL 343.78º 0.94% 0.31% -
HSV(B) 343.78º 0.97% 0.6% -
XYZ 13.66 7.07 3.13 -
YUV 53.81 123.03 198.75 -
System Red Green Blue C M Y K H S L
Decimal 153 5 45 0 0.97 0.71 0.4 343.78 0.94 0.31
Hex 99 5 2D 0 61 47 28 158 5E 1F
Octal 231 5 55 0 141 107 50 530 136 37
Binary 10011001 101 101101 0 1100001 1000111 101000 101011000 1011110 11111

Color Harmonies of #99052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99052D

Black with #99052D

Text Example


Text Example

White with #99052D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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