Html Css Color HEX #9C181E Carmine

📋 copy color: '#9C181E'

red 156 ◦ green 24 ◦ blue 30

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

Shades of Carmine #9C181E

Tints of Carmine #9C181E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.29%

R = 74.29%
G = 11.43%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#9C181E (or 0x9C181E) is known color: Carmine. HEX triplet: 9C, 18 and 1E. RGB value is (156,24,30). Sum of RGB (Red+Green+Blue) = 156+24+30=210 (27% of max value = 765). Red value is 156 (61.33% from 255 or 74.29% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 156 - color contains mainly: red. Hex color #9C181E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C181E is #63E7E1. Grayscale: #404040. Windows color (decimal): -6547426 or 1972380. OLE color: 1972380.

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

Color convert

RGB 156 24 30 -
CMYK 0 0.85 0.81 0.39
HSL 357.27º 0.73% 0.35% -
HSV(B) 357.27º 0.85% 0.61% -
XYZ 14.27 7.81 1.98 -
YUV 64.15 108.73 193.51 -
System Red Green Blue C M Y K H S L
Decimal 156 24 30 0 0.85 0.81 0.39 357.27 0.73 0.35
Hex 9C 18 1E 0 55 51 27 165 49 23
Octal 234 30 36 0 125 121 47 545 111 43
Binary 10011100 11000 11110 0 1010101 1010001 100111 101100101 1001001 100011

Color Harmonies of #9C181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C181E

Black with #9C181E

Text Example


Text Example

White with #9C181E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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