Html Css Color HEX #9C0921 Carmine

📋 copy color: '#9C0921'

red 156 ◦ green 9 ◦ blue 33

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

Shades of Carmine #9C0921

Tints of Carmine #9C0921

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.55%

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

R = 78.79%
G = 4.55%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9C0921 (or 0x9C0921) is known color: Carmine. HEX triplet: 9C, 09 and 21. RGB value is (156,9,33). Sum of RGB (Red+Green+Blue) = 156+9+33=198 (26% of max value = 765). Red value is 156 (61.33% from 255 or 78.79% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0921 is #63F6DE. Grayscale: #373737. Windows color (decimal): -6551263 or 2165148. OLE color: 2165148.

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

Color convert

RGB 156 9 33 -
CMYK 0 0.94 0.79 0.39
HSL 350.2º 0.89% 0.32% -
HSV(B) 350.2º 0.94% 0.61% -
XYZ 14.08 7.37 2.12 -
YUV 55.69 115.2 199.55 -
System Red Green Blue C M Y K H S L
Decimal 156 9 33 0 0.94 0.79 0.39 350.2 0.89 0.32
Hex 9C 9 21 0 5E 4F 27 15E 59 20
Octal 234 11 41 0 136 117 47 536 131 40
Binary 10011100 1001 100001 0 1011110 1001111 100111 101011110 1011001 100000

Color Harmonies of #9C0921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0921

Black with #9C0921

Text Example


Text Example

White with #9C0921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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