Html Css Color HEX #9C151F Carmine

📋 copy color: '#9C151F'

red 156 ◦ green 21 ◦ blue 31

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

Shades of Carmine #9C151F

Tints of Carmine #9C151F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.9%

R = 75%
G = 10.1%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.39

RGB Variations

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

Color information

#9C151F (or 0x9C151F) is known color: Carmine. HEX triplet: 9C, 15 and 1F. RGB value is (156,21,31). Sum of RGB (Red+Green+Blue) = 156+21+31=208 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 156 - color contains mainly: red. Hex color #9C151F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C151F is #63EAE0. Grayscale: #3E3E3E. Windows color (decimal): -6548193 or 2037148. OLE color: 2037148.

HSL color Cylindrical-coordinate representation of color #9C151F: hue angle of 355.56º 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 #9C151F is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 21 31 -
CMYK 0 0.87 0.80 0.39
HSL 355.56º 0.76% 0.35% -
HSV(B) 355.56º 0.87% 0.61% -
XYZ 14.23 7.7 2.03 -
YUV 62.51 110.23 194.69 -
System Red Green Blue C M Y K H S L
Decimal 156 21 31 0 0.87 0.80 0.39 355.56 0.76 0.35
Hex 9C 15 1F 0 57 50 27 164 4C 23
Octal 234 25 37 0 127 120 47 544 114 43
Binary 10011100 10101 11111 0 1010111 1010000 100111 101100100 1001100 100011

Color Harmonies of #9C151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C151F

Black with #9C151F

Text Example


Text Example

White with #9C151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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