Html Css Color HEX #9C191A Carmine

📋 copy color: '#9C191A'

red 156 ◦ green 25 ◦ blue 26

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

Shades of Carmine #9C191A

Tints of Carmine #9C191A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.08%

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

R = 75.36%
G = 12.08%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9C191A (or 0x9C191A) is known color: Carmine. HEX triplet: 9C, 19 and 1A. RGB value is (156,25,26). Sum of RGB (Red+Green+Blue) = 156+25+26=207 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75.36% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 156 - color contains mainly: red. Hex color #9C191A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C191A is #63E6E5. Grayscale: #404040. Windows color (decimal): -6547174 or 1710492. OLE color: 1710492.

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

Color convert

RGB 156 25 26 -
CMYK 0 0.84 0.83 0.39
HSL 359.54º 0.72% 0.35% -
HSV(B) 359.54º 0.84% 0.61% -
XYZ 14.24 7.84 1.74 -
YUV 64.28 106.4 193.42 -
System Red Green Blue C M Y K H S L
Decimal 156 25 26 0 0.84 0.83 0.39 359.54 0.72 0.35
Hex 9C 19 1A 0 54 53 27 168 48 23
Octal 234 31 32 0 124 123 47 550 110 43
Binary 10011100 11001 11010 0 1010100 1010011 100111 101101000 1001000 100011

Color Harmonies of #9C191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C191A

Black with #9C191A

Text Example


Text Example

White with #9C191A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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