Html Css Color HEX #9C161B Carmine

📋 copy color: '#9C161B'

red 156 ◦ green 22 ◦ blue 27

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

Shades of Carmine #9C161B

Tints of Carmine #9C161B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.73%

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

R = 76.1%
G = 10.73%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9C161B (or 0x9C161B) is known color: Carmine. HEX triplet: 9C, 16 and 1B. RGB value is (156,22,27). Sum of RGB (Red+Green+Blue) = 156+22+27=205 (27% of max value = 765). Red value is 156 (61.33% from 255 or 76.10% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 156 - color contains mainly: red. Hex color #9C161B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C161B is #63E9E4. Grayscale: #3E3E3E. Windows color (decimal): -6547941 or 1775260. OLE color: 1775260.

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

Color convert

RGB 156 22 27 -
CMYK 0 0.86 0.83 0.39
HSL 357.76º 0.75% 0.35% -
HSV(B) 357.76º 0.86% 0.61% -
XYZ 14.2 7.72 1.78 -
YUV 62.64 107.89 194.59 -
System Red Green Blue C M Y K H S L
Decimal 156 22 27 0 0.86 0.83 0.39 357.76 0.75 0.35
Hex 9C 16 1B 0 56 53 27 166 4B 23
Octal 234 26 33 0 126 123 47 546 113 43
Binary 10011100 10110 11011 0 1010110 1010011 100111 101100110 1001011 100011

Color Harmonies of #9C161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C161B

Black with #9C161B

Text Example


Text Example

White with #9C161B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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