Html Css Color HEX #9C0619 Carmine

📋 copy color: '#9C0619'

red 156 ◦ green 6 ◦ blue 25

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

Shades of Carmine #9C0619

Tints of Carmine #9C0619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.37%

R = 83.42%
G = 3.21%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#9C0619 (or 0x9C0619) is known color: Carmine. HEX triplet: 9C, 06 and 19. RGB value is (156,6,25). Sum of RGB (Red+Green+Blue) = 156+6+25=187 (24% of max value = 765). Red value is 156 (61.33% from 255 or 83.42% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0619 is #63F9E6. Grayscale: #353535. Windows color (decimal): -6552039 or 1640092. OLE color: 1640092.

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

Color convert

RGB 156 6 25 -
CMYK 0 0.96 0.84 0.39
HSL 352.4º 0.93% 0.32% -
HSV(B) 352.4º 0.96% 0.61% -
XYZ 13.95 7.27 1.59 -
YUV 53.02 112.2 201.46 -
System Red Green Blue C M Y K H S L
Decimal 156 6 25 0 0.96 0.84 0.39 352.4 0.93 0.32
Hex 9C 6 19 0 60 54 27 160 5D 20
Octal 234 6 31 0 140 124 47 540 135 40
Binary 10011100 110 11001 0 1100000 1010100 100111 101100000 1011101 100000

Color Harmonies of #9C0619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0619

Black with #9C0619

Text Example


Text Example

White with #9C0619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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