Html Css Color HEX #9A0336 Carmine

📋 copy color: '#9A0336'

red 154 ◦ green 3 ◦ blue 54

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

Shades of Carmine #9A0336

Tints of Carmine #9A0336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

 BLUE value IS 54 (21.48% from 255) = 25.59%

R = 72.99%
G = 1.42%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.40

RGB Variations

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

Color information

#9A0336 (or 0x9A0336) is known color: Carmine. HEX triplet: 9A, 03 and 36. RGB value is (154,3,54). Sum of RGB (Red+Green+Blue) = 154+3+54=211 (27% of max value = 765). Red value is 154 (60.55% from 255 or 72.99% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0336 is #65FCC9. Grayscale: #353535. Windows color (decimal): -6683850 or 3539866. OLE color: 3539866.

HSL color Cylindrical-coordinate representation of color #9A0336: hue angle of 339.74º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A0336 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 3 54 -
CMYK 0 0.98 0.65 0.40
HSL 339.74º 0.96% 0.31% -
HSV(B) 339.74º 0.98% 0.6% -
XYZ 14.02 7.2 4.14 -
YUV 53.96 128.03 199.35 -
System Red Green Blue C M Y K H S L
Decimal 154 3 54 0 0.98 0.65 0.40 339.74 0.96 0.31
Hex 9A 3 36 0 62 41 28 154 60 1F
Octal 232 3 66 0 142 101 50 524 140 37
Binary 10011010 11 110110 0 1100010 1000001 101000 101010100 1100000 11111

Color Harmonies of #9A0336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0336

Black with #9A0336

Text Example


Text Example

White with #9A0336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,3,54); }

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

background-color css

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

 a { background-color: rgb(154,3,54); }

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

border-color css

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

 span { border-color: rgb(154,3,54); }

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