Html Css Color HEX #9C0126 Carmine

📋 copy color: '#9C0126'

red 156 ◦ green 1 ◦ blue 38

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

Shades of Carmine #9C0126

Tints of Carmine #9C0126

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 80%
G = 0.51%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9C0126 (or 0x9C0126) is known color: Carmine. HEX triplet: 9C, 01 and 26. RGB value is (156,1,38). Sum of RGB (Red+Green+Blue) = 156+1+38=195 (25% of max value = 765). Red value is 156 (61.33% from 255 or 80% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0126 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0126 is #63FED9. Grayscale: #333333. Windows color (decimal): -6553306 or 2490780. OLE color: 2490780.

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

Color convert

RGB 156 1 38 -
CMYK 0 0.99 0.76 0.39
HSL 345.68º 0.99% 0.31% -
HSV(B) 345.68º 0.99% 0.61% -
XYZ 14.07 7.23 2.49 -
YUV 51.56 120.35 202.49 -
System Red Green Blue C M Y K H S L
Decimal 156 1 38 0 0.99 0.76 0.39 345.68 0.99 0.31
Hex 9C 1 26 0 63 4C 27 15A 63 1F
Octal 234 1 46 0 143 114 47 532 143 37
Binary 10011100 1 100110 0 1100011 1001100 100111 101011010 1100011 11111

Color Harmonies of #9C0126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0126

Black with #9C0126

Text Example


Text Example

White with #9C0126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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