Html Css Color HEX #9C0630 Carmine

📋 copy color: '#9C0630'

red 156 ◦ green 6 ◦ blue 48

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

Shades of Carmine #9C0630

Tints of Carmine #9C0630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.86%

R = 74.29%
G = 2.86%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#9C0630 (or 0x9C0630) is known color: Carmine. HEX triplet: 9C, 06 and 30. RGB value is (156,6,48). Sum of RGB (Red+Green+Blue) = 156+6+48=210 (27% of max value = 765). Red value is 156 (61.33% from 255 or 74.29% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0630 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0630 is #63F9CF. Grayscale: #373737. Windows color (decimal): -6552016 or 3147420. OLE color: 3147420.

HSL color Cylindrical-coordinate representation of color #9C0630: hue angle of 343.2º 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 #9C0630 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 6 48 -
CMYK 0 0.96 0.69 0.39
HSL 343.2º 0.93% 0.32% -
HSV(B) 343.2º 0.96% 0.61% -
XYZ 14.31 7.41 3.47 -
YUV 55.64 123.7 199.58 -
System Red Green Blue C M Y K H S L
Decimal 156 6 48 0 0.96 0.69 0.39 343.2 0.93 0.32
Hex 9C 6 30 0 60 45 27 157 5D 20
Octal 234 6 60 0 140 105 47 527 135 40
Binary 10011100 110 110000 0 1100000 1000101 100111 101010111 1011101 100000

Color Harmonies of #9C0630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0630

Black with #9C0630

Text Example


Text Example

White with #9C0630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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