Html Css Color HEX #9C181C Carmine

📋 copy color: '#9C181C'

red 156 ◦ green 24 ◦ blue 28

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

Shades of Carmine #9C181C

Tints of Carmine #9C181C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.54%

 BLUE value IS 28 (11.33% from 255) = 13.46%

R = 75%
G = 11.54%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9C181C (or 0x9C181C) is known color: Carmine. HEX triplet: 9C, 18 and 1C. RGB value is (156,24,28). Sum of RGB (Red+Green+Blue) = 156+24+28=208 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 156 - color contains mainly: red. Hex color #9C181C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C181C is #63E7E3. Grayscale: #404040. Windows color (decimal): -6547428 or 1841308. OLE color: 1841308.

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

Color convert

RGB 156 24 28 -
CMYK 0 0.85 0.82 0.39
HSL 358.18º 0.73% 0.35% -
HSV(B) 358.18º 0.85% 0.61% -
XYZ 14.25 7.81 1.85 -
YUV 63.92 107.73 193.67 -
System Red Green Blue C M Y K H S L
Decimal 156 24 28 0 0.85 0.82 0.39 358.18 0.73 0.35
Hex 9C 18 1C 0 55 52 27 166 49 23
Octal 234 30 34 0 125 122 47 546 111 43
Binary 10011100 11000 11100 0 1010101 1010010 100111 101100110 1001001 100011

Color Harmonies of #9C181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C181C

Black with #9C181C

Text Example


Text Example

White with #9C181C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,24,28); }

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

background-color css

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

 a { background-color: rgb(156,24,28); }

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

border-color css

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

 span { border-color: rgb(156,24,28); }

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