Html Css Color HEX #9F0F1B Carmine

📋 copy color: '#9F0F1B'

red 159 ◦ green 15 ◦ blue 27

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

Shades of Carmine #9F0F1B

Tints of Carmine #9F0F1B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.46%

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

R = 79.1%
G = 7.46%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9F0F1B (or 0x9F0F1B) is known color: Carmine. HEX triplet: 9F, 0F and 1B. RGB value is (159,15,27). Sum of RGB (Red+Green+Blue) = 159+15+27=201 (26% of max value = 765). Red value is 159 (62.5% from 255 or 79.10% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0F1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0F1B is #60F0E4. Grayscale: #3B3B3B. Windows color (decimal): -6353125 or 1773471. OLE color: 1773471.

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

Color convert

RGB 159 15 27 -
CMYK 0 0.91 0.83 0.38
HSL 355º 0.83% 0.34% -
HSV(B) 355º 0.91% 0.62% -
XYZ 14.67 7.79 1.77 -
YUV 59.42 109.71 199.02 -
System Red Green Blue C M Y K H S L
Decimal 159 15 27 0 0.91 0.83 0.38 355 0.83 0.34
Hex 9F F 1B 0 5B 53 26 163 53 22
Octal 237 17 33 0 133 123 46 543 123 42
Binary 10011111 1111 11011 0 1011011 1010011 100110 101100011 1010011 100010

Color Harmonies of #9F0F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0F1B

Black with #9F0F1B

Text Example


Text Example

White with #9F0F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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