Html Css Color HEX #9C1026 Carmine

📋 copy color: '#9C1026'

red 156 ◦ green 16 ◦ blue 38

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

Shades of Carmine #9C1026

Tints of Carmine #9C1026

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.62%

 BLUE value IS 38 (15.23% from 255) = 18.1%

R = 74.29%
G = 7.62%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9C1026 (or 0x9C1026) is known color: Carmine. HEX triplet: 9C, 10 and 26. RGB value is (156,16,38). Sum of RGB (Red+Green+Blue) = 156+16+38=210 (27% of max value = 765). Red value is 156 (61.33% from 255 or 74.29% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1026 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1026 is #63EFD9. Grayscale: #3C3C3C. Windows color (decimal): -6549466 or 2494620. OLE color: 2494620.

HSL color Cylindrical-coordinate representation of color #9C1026: hue angle of 350.57º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C1026 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 16 38 -
CMYK 0 0.90 0.76 0.39
HSL 350.57º 0.81% 0.34% -
HSV(B) 350.57º 0.9% 0.61% -
XYZ 14.25 7.58 2.55 -
YUV 60.37 115.38 196.21 -
System Red Green Blue C M Y K H S L
Decimal 156 16 38 0 0.90 0.76 0.39 350.57 0.81 0.34
Hex 9C 10 26 0 5A 4C 27 15F 51 22
Octal 234 20 46 0 132 114 47 537 121 42
Binary 10011100 10000 100110 0 1011010 1001100 100111 101011111 1010001 100010

Color Harmonies of #9C1026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1026

Black with #9C1026

Text Example


Text Example

White with #9C1026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,16,38); }

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

background-color css

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

 a { background-color: rgb(156,16,38); }

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

border-color css

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

 span { border-color: rgb(156,16,38); }

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