Html Css Color HEX #9F041B Carmine

📋 copy color: '#9F041B'

red 159 ◦ green 4 ◦ blue 27

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

Shades of Carmine #9F041B

Tints of Carmine #9F041B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.11%

 BLUE value IS 27 (10.94% from 255) = 14.21%

R = 83.68%
G = 2.11%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9F041B (or 0x9F041B) is known color: Carmine. HEX triplet: 9F, 04 and 1B. RGB value is (159,4,27). Sum of RGB (Red+Green+Blue) = 159+4+27=190 (25% of max value = 765). Red value is 159 (62.5% from 255 or 83.68% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 159 - color contains mainly: red. Hex color #9F041B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F041B is #60FBE4. Grayscale: #353535. Windows color (decimal): -6355941 or 1770655. OLE color: 1770655.

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

Color convert

RGB 159 4 27 -
CMYK 0 0.97 0.83 0.38
HSL 351.1º 0.95% 0.32% -
HSV(B) 351.1º 0.97% 0.62% -
XYZ 14.54 7.54 1.73 -
YUV 52.97 113.35 203.63 -
System Red Green Blue C M Y K H S L
Decimal 159 4 27 0 0.97 0.83 0.38 351.1 0.95 0.32
Hex 9F 4 1B 0 61 53 26 15F 5F 20
Octal 237 4 33 0 141 123 46 537 137 40
Binary 10011111 100 11011 0 1100001 1010011 100110 101011111 1011111 100000

Color Harmonies of #9F041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F041B

Black with #9F041B

Text Example


Text Example

White with #9F041B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,4,27); }

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

background-color css

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

 a { background-color: rgb(159,4,27); }

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

border-color css

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

 span { border-color: rgb(159,4,27); }

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