Html Css Color HEX #9C0121 Carmine

📋 copy color: '#9C0121'

red 156 ◦ green 1 ◦ blue 33

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

Shades of Carmine #9C0121

Tints of Carmine #9C0121

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 33 (13.28% from 255) = 17.37%

R = 82.11%
G = 0.53%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9C0121 (or 0x9C0121) is known color: Carmine. HEX triplet: 9C, 01 and 21. RGB value is (156,1,33). Sum of RGB (Red+Green+Blue) = 156+1+33=190 (25% of max value = 765). Red value is 156 (61.33% from 255 or 82.11% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0121 is #63FEDE. Grayscale: #333333. Windows color (decimal): -6553311 or 2163100. OLE color: 2163100.

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

Color convert

RGB 156 1 33 -
CMYK 0 0.99 0.79 0.39
HSL 347.61º 0.99% 0.31% -
HSV(B) 347.61º 0.99% 0.61% -
XYZ 14 7.2 2.09 -
YUV 50.99 117.85 202.9 -
System Red Green Blue C M Y K H S L
Decimal 156 1 33 0 0.99 0.79 0.39 347.61 0.99 0.31
Hex 9C 1 21 0 63 4F 27 15C 63 1F
Octal 234 1 41 0 143 117 47 534 143 37
Binary 10011100 1 100001 0 1100011 1001111 100111 101011100 1100011 11111

Color Harmonies of #9C0121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0121

Black with #9C0121

Text Example


Text Example

White with #9C0121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,1,33); }

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

background-color css

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

 a { background-color: rgb(156,1,33); }

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

border-color css

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

 span { border-color: rgb(156,1,33); }

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