Html Css Color HEX #9C0E1B Carmine

📋 copy color: '#9C0E1B'

red 156 ◦ green 14 ◦ blue 27

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

Shades of Carmine #9C0E1B

Tints of Carmine #9C0E1B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.11%

 BLUE value IS 27 (10.94% from 255) = 13.71%

R = 79.19%
G = 7.11%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9C0E1B (or 0x9C0E1B) is known color: Carmine. HEX triplet: 9C, 0E and 1B. RGB value is (156,14,27). Sum of RGB (Red+Green+Blue) = 156+14+27=197 (26% of max value = 765). Red value is 156 (61.33% from 255 or 79.19% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0E1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0E1B is #63F1E4. Grayscale: #3A3A3A. Windows color (decimal): -6549989 or 1773212. OLE color: 1773212.

HSL color Cylindrical-coordinate representation of color #9C0E1B: hue angle of 354.51º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C0E1B is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 14 27 -
CMYK 0 0.91 0.83 0.39
HSL 354.51º 0.84% 0.33% -
HSV(B) 354.51º 0.91% 0.61% -
XYZ 14.07 7.46 1.74 -
YUV 57.94 110.54 197.94 -
System Red Green Blue C M Y K H S L
Decimal 156 14 27 0 0.91 0.83 0.39 354.51 0.84 0.33
Hex 9C E 1B 0 5B 53 27 163 54 21
Octal 234 16 33 0 133 123 47 543 124 41
Binary 10011100 1110 11011 0 1011011 1010011 100111 101100011 1010100 100001

Color Harmonies of #9C0E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0E1B

Black with #9C0E1B

Text Example


Text Example

White with #9C0E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,14,27); }

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

background-color css

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

 a { background-color: rgb(156,14,27); }

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

border-color css

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

 span { border-color: rgb(156,14,27); }

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