Html Css Color HEX #9C0735 Carmine

📋 copy color: '#9C0735'

red 156 ◦ green 7 ◦ blue 53

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

Shades of Carmine #9C0735

Tints of Carmine #9C0735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.54%

R = 72.22%
G = 3.24%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#9C0735 (or 0x9C0735) is known color: Carmine. HEX triplet: 9C, 07 and 35. RGB value is (156,7,53). Sum of RGB (Red+Green+Blue) = 156+7+53=216 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.22% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0735 is #63F8CA. Grayscale: #383838. Windows color (decimal): -6551755 or 3475356. OLE color: 3475356.

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

Color convert

RGB 156 7 53 -
CMYK 0 0.96 0.66 0.39
HSL 341.48º 0.91% 0.32% -
HSV(B) 341.48º 0.96% 0.61% -
XYZ 14.43 7.48 4.05 -
YUV 56.8 125.86 198.76 -
System Red Green Blue C M Y K H S L
Decimal 156 7 53 0 0.96 0.66 0.39 341.48 0.91 0.32
Hex 9C 7 35 0 60 42 27 155 5B 20
Octal 234 7 65 0 140 102 47 525 133 40
Binary 10011100 111 110101 0 1100000 1000010 100111 101010101 1011011 100000

Color Harmonies of #9C0735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0735

Black with #9C0735

Text Example


Text Example

White with #9C0735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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