Html Css Color HEX #9C151A Carmine

📋 copy color: '#9C151A'

red 156 ◦ green 21 ◦ blue 26

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

Shades of Carmine #9C151A

Tints of Carmine #9C151A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.81%

R = 76.85%
G = 10.34%
B = 12.81%

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

#9C151A (or 0x9C151A) is known color: Carmine. HEX triplet: 9C, 15 and 1A. RGB value is (156,21,26). Sum of RGB (Red+Green+Blue) = 156+21+26=203 (26% of max value = 765). Red value is 156 (61.33% from 255 or 76.85% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 156 - color contains mainly: red. Hex color #9C151A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C151A is #63EAE5. Grayscale: #3E3E3E. Windows color (decimal): -6548198 or 1709468. OLE color: 1709468.

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

Color convert

RGB 156 21 26 -
CMYK 0 0.87 0.83 0.39
HSL 357.78º 0.76% 0.35% -
HSV(B) 357.78º 0.87% 0.61% -
XYZ 14.16 7.68 1.71 -
YUV 61.94 107.73 195.09 -
System Red Green Blue C M Y K H S L
Decimal 156 21 26 0 0.87 0.83 0.39 357.78 0.76 0.35
Hex 9C 15 1A 0 57 53 27 166 4C 23
Octal 234 25 32 0 127 123 47 546 114 43
Binary 10011100 10101 11010 0 1010111 1010011 100111 101100110 1001100 100011

Color Harmonies of #9C151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C151A

Black with #9C151A

Text Example


Text Example

White with #9C151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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