Html Css Color HEX #9A0934 Carmine

📋 copy color: '#9A0934'

red 154 ◦ green 9 ◦ blue 52

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

Shades of Carmine #9A0934

Tints of Carmine #9A0934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.19%

R = 71.63%
G = 4.19%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#9A0934 (or 0x9A0934) is known color: Carmine. HEX triplet: 9A, 09 and 34. RGB value is (154,9,52). Sum of RGB (Red+Green+Blue) = 154+9+52=215 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.63% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0934 is #65F6CB. Grayscale: #393939. Windows color (decimal): -6682316 or 3410330. OLE color: 3410330.

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

Color convert

RGB 154 9 52 -
CMYK 0 0.94 0.66 0.40
HSL 342.21º 0.89% 0.32% -
HSV(B) 342.21º 0.94% 0.6% -
XYZ 14.04 7.31 3.92 -
YUV 57.26 125.04 197 -
System Red Green Blue C M Y K H S L
Decimal 154 9 52 0 0.94 0.66 0.40 342.21 0.89 0.32
Hex 9A 9 34 0 5E 42 28 156 59 20
Octal 232 11 64 0 136 102 50 526 131 40
Binary 10011010 1001 110100 0 1011110 1000010 101000 101010110 1011001 100000

Color Harmonies of #9A0934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0934

Black with #9A0934

Text Example


Text Example

White with #9A0934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,9,52); }

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

background-color css

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

 a { background-color: rgb(154,9,52); }

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

border-color css

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

 span { border-color: rgb(154,9,52); }

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