Html Css Color HEX #9C001F Carmine

📋 copy color: '#9C001F'

red 156 ◦ green 0 ◦ blue 31

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

Shades of Carmine #9C001F

Tints of Carmine #9C001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.42%
G = 0%
B = 16.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.39

RGB Variations

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

Color information

#9C001F (or 0x9C001F) is known color: Carmine. HEX triplet: 9C, 00 and 1F. RGB value is (156,0,31). Sum of RGB (Red+Green+Blue) = 156+0+31=187 (24% of max value = 765). Red value is 156 (61.33% from 255 or 83.42% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 156 - color contains mainly: red. Hex color #9C001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C001F is #63FFE0. Grayscale: #323232. Windows color (decimal): -6553569 or 2031772. OLE color: 2031772.

HSL color Cylindrical-coordinate representation of color #9C001F: hue angle of 348.08º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C001F is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 0 31 -
CMYK 0 1 0.80 0.39
HSL 348.08º 1% 0.31% -
HSV(B) 348.08º 1% 0.61% -
XYZ 13.96 7.17 1.94 -
YUV 50.18 117.18 203.48 -
System Red Green Blue C M Y K H S L
Decimal 156 0 31 0 1 0.80 0.39 348.08 1 0.31
Hex 9C 0 1F 0 64 50 27 15C 64 1F
Octal 234 0 37 0 144 120 47 534 144 37
Binary 10011100 0 11111 0 1100100 1010000 100111 101011100 1100100 11111

Color Harmonies of #9C001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C001F

Black with #9C001F

Text Example


Text Example

White with #9C001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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