Html Css Color HEX #9C063A Carmine

📋 copy color: '#9C063A'

red 156 ◦ green 6 ◦ blue 58

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

Shades of Carmine #9C063A

Tints of Carmine #9C063A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.73%

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

R = 70.91%
G = 2.73%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9C063A (or 0x9C063A) is known color: Carmine. HEX triplet: 9C, 06 and 3A. RGB value is (156,6,58). Sum of RGB (Red+Green+Blue) = 156+6+58=220 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.91% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 156 - color contains mainly: red. Hex color #9C063A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C063A is #63F9C5. Grayscale: #383838. Windows color (decimal): -6552006 or 3802780. OLE color: 3802780.

HSL color Cylindrical-coordinate representation of color #9C063A: hue angle of 339.2º degrees, saturation: 0.93, 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 #9C063A is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 6 58 -
CMYK 0 0.96 0.63 0.39
HSL 339.2º 0.93% 0.32% -
HSV(B) 339.2º 0.96% 0.61% -
XYZ 14.54 7.5 4.69 -
YUV 56.78 128.7 198.77 -
System Red Green Blue C M Y K H S L
Decimal 156 6 58 0 0.96 0.63 0.39 339.2 0.93 0.32
Hex 9C 6 3A 0 60 3F 27 153 5D 20
Octal 234 6 72 0 140 77 47 523 135 40
Binary 10011100 110 111010 0 1100000 111111 100111 101010011 1011101 100000

Color Harmonies of #9C063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C063A

Black with #9C063A

Text Example


Text Example

White with #9C063A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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