Html Css Color HEX #9A0C39 Carmine

📋 copy color: '#9A0C39'

red 154 ◦ green 12 ◦ blue 57

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

Shades of Carmine #9A0C39

Tints of Carmine #9A0C39

RGB

 RED value IS 154 (60.55% from 255) = 69.06%

 GREEN value IS 12 (5.08% from 255) = 5.38%

 BLUE value IS 57 (22.66% from 255) = 25.56%

R = 69.06%
G = 5.38%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.40

RGB Variations

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

Color information

#9A0C39 (or 0x9A0C39) is known color: Carmine. HEX triplet: 9A, 0C and 39. RGB value is (154,12,57). Sum of RGB (Red+Green+Blue) = 154+12+57=223 (29% of max value = 765). Red value is 154 (60.55% from 255 or 69.06% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0C39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0C39 is #65F3C6. Grayscale: #3B3B3B. Windows color (decimal): -6681543 or 3738778. OLE color: 3738778.

HSL color Cylindrical-coordinate representation of color #9A0C39: hue angle of 340.99º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A0C39 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 12 57 -
CMYK 0 0.92 0.63 0.40
HSL 340.99º 0.86% 0.33% -
HSV(B) 340.99º 0.92% 0.6% -
XYZ 14.2 7.43 4.56 -
YUV 59.59 126.54 195.34 -
System Red Green Blue C M Y K H S L
Decimal 154 12 57 0 0.92 0.63 0.40 340.99 0.86 0.33
Hex 9A C 39 0 5C 3F 28 155 56 21
Octal 232 14 71 0 134 77 50 525 126 41
Binary 10011010 1100 111001 0 1011100 111111 101000 101010101 1010110 100001

Color Harmonies of #9A0C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0C39

Black with #9A0C39

Text Example


Text Example

White with #9A0C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,12,57); }

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

background-color css

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

 a { background-color: rgb(154,12,57); }

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

border-color css

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

 span { border-color: rgb(154,12,57); }

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