Html Css Color HEX #9C1022 Carmine

📋 copy color: '#9C1022'

red 156 ◦ green 16 ◦ blue 34

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

Shades of Carmine #9C1022

Tints of Carmine #9C1022

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.77%

 BLUE value IS 34 (13.67% from 255) = 16.5%

R = 75.73%
G = 7.77%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.39

RGB Variations

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

Color information

#9C1022 (or 0x9C1022) is known color: Carmine. HEX triplet: 9C, 10 and 22. RGB value is (156,16,34). Sum of RGB (Red+Green+Blue) = 156+16+34=206 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75.73% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 34 (13.67% from 255 or 16.50% from 206); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1022 is #63EFDD. Grayscale: #3B3B3B. Windows color (decimal): -6549470 or 2232476. OLE color: 2232476.

HSL color Cylindrical-coordinate representation of color #9C1022: hue angle of 352.29º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C1022 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 16 34 -
CMYK 0 0.90 0.78 0.39
HSL 352.29º 0.81% 0.34% -
HSV(B) 352.29º 0.9% 0.61% -
XYZ 14.18 7.55 2.22 -
YUV 59.91 113.38 196.54 -
System Red Green Blue C M Y K H S L
Decimal 156 16 34 0 0.90 0.78 0.39 352.29 0.81 0.34
Hex 9C 10 22 0 5A 4E 27 160 51 22
Octal 234 20 42 0 132 116 47 540 121 42
Binary 10011100 10000 100010 0 1011010 1001110 100111 101100000 1010001 100010

Color Harmonies of #9C1022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1022

Black with #9C1022

Text Example


Text Example

White with #9C1022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,16,34); }

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

background-color css

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

 a { background-color: rgb(156,16,34); }

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

border-color css

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

 span { border-color: rgb(156,16,34); }

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