Html Css Color HEX #9C052D Carmine

📋 copy color: '#9C052D'

red 156 ◦ green 5 ◦ blue 45

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

Shades of Carmine #9C052D

Tints of Carmine #9C052D

RGB

 RED value IS 156 (61.33% from 255) = 75.73%

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

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

R = 75.73%
G = 2.43%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.39

RGB Variations

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

Color information

#9C052D (or 0x9C052D) is known color: Carmine. HEX triplet: 9C, 05 and 2D. RGB value is (156,5,45). Sum of RGB (Red+Green+Blue) = 156+5+45=206 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75.73% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 156 - color contains mainly: red. Hex color #9C052D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C052D is #63FAD2. Grayscale: #363636. Windows color (decimal): -6552275 or 2950556. OLE color: 2950556.

HSL color Cylindrical-coordinate representation of color #9C052D: hue angle of 344.11º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C052D is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 5 45 -
CMYK 0 0.97 0.71 0.39
HSL 344.11º 0.94% 0.32% -
HSV(B) 344.11º 0.97% 0.61% -
XYZ 14.24 7.37 3.15 -
YUV 54.71 122.53 200.25 -
System Red Green Blue C M Y K H S L
Decimal 156 5 45 0 0.97 0.71 0.39 344.11 0.94 0.32
Hex 9C 5 2D 0 61 47 27 158 5E 20
Octal 234 5 55 0 141 107 47 530 136 40
Binary 10011100 101 101101 0 1100001 1000111 100111 101011000 1011110 100000

Color Harmonies of #9C052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C052D

Black with #9C052D

Text Example


Text Example

White with #9C052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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