Html Css Color HEX #9C0935 Carmine

📋 copy color: '#9C0935'

red 156 ◦ green 9 ◦ blue 53

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

Shades of Carmine #9C0935

Tints of Carmine #9C0935

RGB

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

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

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

R = 71.56%
G = 4.13%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#9C0935 (or 0x9C0935) is known color: Carmine. HEX triplet: 9C, 09 and 35. RGB value is (156,9,53). Sum of RGB (Red+Green+Blue) = 156+9+53=218 (28% of max value = 765). Red value is 156 (61.33% from 255 or 71.56% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0935 is #63F6CA. Grayscale: #393939. Windows color (decimal): -6551243 or 3475868. OLE color: 3475868.

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

Color convert

RGB 156 9 53 -
CMYK 0 0.94 0.66 0.39
HSL 342.04º 0.89% 0.32% -
HSV(B) 342.04º 0.94% 0.61% -
XYZ 14.45 7.52 4.06 -
YUV 57.97 125.2 197.92 -
System Red Green Blue C M Y K H S L
Decimal 156 9 53 0 0.94 0.66 0.39 342.04 0.89 0.32
Hex 9C 9 35 0 5E 42 27 156 59 20
Octal 234 11 65 0 136 102 47 526 131 40
Binary 10011100 1001 110101 0 1011110 1000010 100111 101010110 1011001 100000

Color Harmonies of #9C0935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0935

Black with #9C0935

Text Example


Text Example

White with #9C0935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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