Html Css Color HEX #9F0935 Carmine

📋 copy color: '#9F0935'

red 159 ◦ green 9 ◦ blue 53

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

Shades of Carmine #9F0935

Tints of Carmine #9F0935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.98%

R = 71.95%
G = 4.07%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#9F0935 (or 0x9F0935) is known color: Carmine. HEX triplet: 9F, 09 and 35. RGB value is (159,9,53). Sum of RGB (Red+Green+Blue) = 159+9+53=221 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.95% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0935 is #60F6CA. Grayscale: #3A3A3A. Windows color (decimal): -6354635 or 3475871. OLE color: 3475871.

HSL color Cylindrical-coordinate representation of color #9F0935: hue angle of 342.4º degrees, saturation: 0.89, 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 #9F0935 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 9 53 -
CMYK 0 0.94 0.67 0.38
HSL 342.4º 0.89% 0.33% -
HSV(B) 342.4º 0.94% 0.62% -
XYZ 15.04 7.82 4.09 -
YUV 58.87 124.7 199.42 -
System Red Green Blue C M Y K H S L
Decimal 159 9 53 0 0.94 0.67 0.38 342.4 0.89 0.33
Hex 9F 9 35 0 5E 43 26 156 59 21
Octal 237 11 65 0 136 103 46 526 131 41
Binary 10011111 1001 110101 0 1011110 1000011 100110 101010110 1011001 100001

Color Harmonies of #9F0935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0935

Black with #9F0935

Text Example


Text Example

White with #9F0935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,9,53); }

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

background-color css

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

 a { background-color: rgb(159,9,53); }

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

border-color css

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

 span { border-color: rgb(159,9,53); }

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