Html Css Color HEX #9C051D Carmine

📋 copy color: '#9C051D'

red 156 ◦ green 5 ◦ blue 29

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

Shades of Carmine #9C051D

Tints of Carmine #9C051D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.26%

R = 82.11%
G = 2.63%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#9C051D (or 0x9C051D) is known color: Carmine. HEX triplet: 9C, 05 and 1D. RGB value is (156,5,29). Sum of RGB (Red+Green+Blue) = 156+5+29=190 (25% of max value = 765). Red value is 156 (61.33% from 255 or 82.11% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 156 - color contains mainly: red. Hex color #9C051D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C051D is #63FAE2. Grayscale: #343434. Windows color (decimal): -6552291 or 1901980. OLE color: 1901980.

HSL color Cylindrical-coordinate representation of color #9C051D: hue angle of 350.46º 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 #9C051D is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 5 29 -
CMYK 0 0.97 0.81 0.39
HSL 350.46º 0.94% 0.32% -
HSV(B) 350.46º 0.97% 0.61% -
XYZ 13.99 7.27 1.83 -
YUV 52.89 114.53 201.55 -
System Red Green Blue C M Y K H S L
Decimal 156 5 29 0 0.97 0.81 0.39 350.46 0.94 0.32
Hex 9C 5 1D 0 61 51 27 15E 5E 20
Octal 234 5 35 0 141 121 47 536 136 40
Binary 10011100 101 11101 0 1100001 1010001 100111 101011110 1011110 100000

Color Harmonies of #9C051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C051D

Black with #9C051D

Text Example


Text Example

White with #9C051D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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