Html Css Color HEX #9C0733 Carmine

📋 copy color: '#9C0733'

red 156 ◦ green 7 ◦ blue 51

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

Shades of Carmine #9C0733

Tints of Carmine #9C0733

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.27%

 BLUE value IS 51 (20.31% from 255) = 23.83%

R = 72.9%
G = 3.27%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.39

RGB Variations

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

Color information

#9C0733 (or 0x9C0733) is known color: Carmine. HEX triplet: 9C, 07 and 33. RGB value is (156,7,51). Sum of RGB (Red+Green+Blue) = 156+7+51=214 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.90% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0733 is #63F8CC. Grayscale: #383838. Windows color (decimal): -6551757 or 3344284. OLE color: 3344284.

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

Color convert

RGB 156 7 51 -
CMYK 0 0.96 0.67 0.39
HSL 342.28º 0.91% 0.32% -
HSV(B) 342.28º 0.96% 0.61% -
XYZ 14.38 7.46 3.81 -
YUV 56.57 124.86 198.92 -
System Red Green Blue C M Y K H S L
Decimal 156 7 51 0 0.96 0.67 0.39 342.28 0.91 0.32
Hex 9C 7 33 0 60 43 27 156 5B 20
Octal 234 7 63 0 140 103 47 526 133 40
Binary 10011100 111 110011 0 1100000 1000011 100111 101010110 1011011 100000

Color Harmonies of #9C0733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0733

Black with #9C0733

Text Example


Text Example

White with #9C0733

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,7,51); }

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

background-color css

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

 a { background-color: rgb(156,7,51); }

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

border-color css

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

 span { border-color: rgb(156,7,51); }

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