Html Css Color HEX #9C093A Carmine

📋 copy color: '#9C093A'

red 156 ◦ green 9 ◦ blue 58

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

Shades of Carmine #9C093A

Tints of Carmine #9C093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.04%

 BLUE value IS 58 (23.05% from 255) = 26.01%

R = 69.96%
G = 4.04%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9C093A (or 0x9C093A) is known color: Carmine. HEX triplet: 9C, 09 and 3A. RGB value is (156,9,58). Sum of RGB (Red+Green+Blue) = 156+9+58=223 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.96% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 156 - color contains mainly: red. Hex color #9C093A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C093A is #63F6C5. Grayscale: #3A3A3A. Windows color (decimal): -6551238 or 3803548. OLE color: 3803548.

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

Color convert

RGB 156 9 58 -
CMYK 0 0.94 0.63 0.39
HSL 340º 0.89% 0.32% -
HSV(B) 340º 0.94% 0.61% -
XYZ 14.57 7.57 4.7 -
YUV 58.54 127.7 197.52 -
System Red Green Blue C M Y K H S L
Decimal 156 9 58 0 0.94 0.63 0.39 340 0.89 0.32
Hex 9C 9 3A 0 5E 3F 27 154 59 20
Octal 234 11 72 0 136 77 47 524 131 40
Binary 10011100 1001 111010 0 1011110 111111 100111 101010100 1011001 100000

Color Harmonies of #9C093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C093A

Black with #9C093A

Text Example


Text Example

White with #9C093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,9,58); }

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

background-color css

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

 a { background-color: rgb(156,9,58); }

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

border-color css

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

 span { border-color: rgb(156,9,58); }

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