Html Css Color HEX #9C0623 Carmine

📋 copy color: '#9C0623'

red 156 ◦ green 6 ◦ blue 35

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

Shades of Carmine #9C0623

Tints of Carmine #9C0623

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.05%

 BLUE value IS 35 (14.06% from 255) = 17.77%

R = 79.19%
G = 3.05%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.39

RGB Variations

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

Color information

#9C0623 (or 0x9C0623) is known color: Carmine. HEX triplet: 9C, 06 and 23. RGB value is (156,6,35). Sum of RGB (Red+Green+Blue) = 156+6+35=197 (26% of max value = 765). Red value is 156 (61.33% from 255 or 79.19% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0623 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0623 is #63F9DC. Grayscale: #363636. Windows color (decimal): -6552029 or 2295452. OLE color: 2295452.

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

Color convert

RGB 156 6 35 -
CMYK 0 0.96 0.78 0.39
HSL 348.4º 0.93% 0.32% -
HSV(B) 348.4º 0.96% 0.61% -
XYZ 14.08 7.32 2.26 -
YUV 54.16 117.2 200.64 -
System Red Green Blue C M Y K H S L
Decimal 156 6 35 0 0.96 0.78 0.39 348.4 0.93 0.32
Hex 9C 6 23 0 60 4E 27 15C 5D 20
Octal 234 6 43 0 140 116 47 534 135 40
Binary 10011100 110 100011 0 1100000 1001110 100111 101011100 1011101 100000

Color Harmonies of #9C0623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0623

Black with #9C0623

Text Example


Text Example

White with #9C0623

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,6,35); }

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

background-color css

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

 a { background-color: rgb(156,6,35); }

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

border-color css

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

 span { border-color: rgb(156,6,35); }

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