Html Css Color HEX #9F0313 Carmine

📋 copy color: '#9F0313'

red 159 ◦ green 3 ◦ blue 19

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

Shades of Carmine #9F0313

Tints of Carmine #9F0313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.5%

R = 87.85%
G = 1.66%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9F0313 (or 0x9F0313) is known color: Carmine. HEX triplet: 9F, 03 and 13. RGB value is (159,3,19). Sum of RGB (Red+Green+Blue) = 159+3+19=181 (23% of max value = 765). Red value is 159 (62.5% from 255 or 87.85% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0313 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0313 is #60FCEC. Grayscale: #333333. Windows color (decimal): -6356205 or 1246111. OLE color: 1246111.

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

Color convert

RGB 159 3 19 -
CMYK 0 0.98 0.88 0.38
HSL 353.85º 0.96% 0.32% -
HSV(B) 353.85º 0.98% 0.62% -
XYZ 14.45 7.48 1.3 -
YUV 51.47 109.68 204.7 -
System Red Green Blue C M Y K H S L
Decimal 159 3 19 0 0.98 0.88 0.38 353.85 0.96 0.32
Hex 9F 3 13 0 62 58 26 162 60 20
Octal 237 3 23 0 142 130 46 542 140 40
Binary 10011111 11 10011 0 1100010 1011000 100110 101100010 1100000 100000

Color Harmonies of #9F0313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0313

Black with #9F0313

Text Example


Text Example

White with #9F0313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,3,19); }

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

background-color css

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

 a { background-color: rgb(159,3,19); }

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

border-color css

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

 span { border-color: rgb(159,3,19); }

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