Html Css Color HEX #9C151B Carmine

📋 copy color: '#9C151B'

red 156 ◦ green 21 ◦ blue 27

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

Shades of Carmine #9C151B

Tints of Carmine #9C151B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.29%

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

R = 76.47%
G = 10.29%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9C151B (or 0x9C151B) is known color: Carmine. HEX triplet: 9C, 15 and 1B. RGB value is (156,21,27). Sum of RGB (Red+Green+Blue) = 156+21+27=204 (27% of max value = 765). Red value is 156 (61.33% from 255 or 76.47% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 156 - color contains mainly: red. Hex color #9C151B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C151B is #63EAE4. Grayscale: #3E3E3E. Windows color (decimal): -6548197 or 1775004. OLE color: 1775004.

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

Color convert

RGB 156 21 27 -
CMYK 0 0.87 0.83 0.39
HSL 357.33º 0.76% 0.35% -
HSV(B) 357.33º 0.87% 0.61% -
XYZ 14.18 7.68 1.77 -
YUV 62.05 108.23 195.01 -
System Red Green Blue C M Y K H S L
Decimal 156 21 27 0 0.87 0.83 0.39 357.33 0.76 0.35
Hex 9C 15 1B 0 57 53 27 165 4C 23
Octal 234 25 33 0 127 123 47 545 114 43
Binary 10011100 10101 11011 0 1010111 1010011 100111 101100101 1001100 100011

Color Harmonies of #9C151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C151B

Black with #9C151B

Text Example


Text Example

White with #9C151B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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