Html Css Color HEX #9F0A36 Carmine

📋 copy color: '#9F0A36'

red 159 ◦ green 10 ◦ blue 54

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

Shades of Carmine #9F0A36

Tints of Carmine #9F0A36

RGB

 RED value IS 159 (62.5% from 255) = 71.3%

 GREEN value IS 10 (4.3% from 255) = 4.48%

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

R = 71.3%
G = 4.48%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.38

RGB Variations

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

Color information

#9F0A36 (or 0x9F0A36) is known color: Carmine. HEX triplet: 9F, 0A and 36. RGB value is (159,10,54). Sum of RGB (Red+Green+Blue) = 159+10+54=223 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.30% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0A36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0A36 is #60F5C9. Grayscale: #3B3B3B. Windows color (decimal): -6354378 or 3541663. OLE color: 3541663.

HSL color Cylindrical-coordinate representation of color #9F0A36: hue angle of 342.28º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0A36 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 10 54 -
CMYK 0 0.94 0.66 0.38
HSL 342.28º 0.88% 0.33% -
HSV(B) 342.28º 0.94% 0.62% -
XYZ 15.07 7.85 4.21 -
YUV 59.57 124.86 198.92 -
System Red Green Blue C M Y K H S L
Decimal 159 10 54 0 0.94 0.66 0.38 342.28 0.88 0.33
Hex 9F A 36 0 5E 42 26 156 58 21
Octal 237 12 66 0 136 102 46 526 130 41
Binary 10011111 1010 110110 0 1011110 1000010 100110 101010110 1011000 100001

Color Harmonies of #9F0A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0A36

Black with #9F0A36

Text Example


Text Example

White with #9F0A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,10,54); }

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

background-color css

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

 a { background-color: rgb(159,10,54); }

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

border-color css

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

 span { border-color: rgb(159,10,54); }

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