Html Css Color HEX #9F061B Carmine

📋 copy color: '#9F061B'

red 159 ◦ green 6 ◦ blue 27

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

Shades of Carmine #9F061B

Tints of Carmine #9F061B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.13%

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

R = 82.81%
G = 3.13%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9F061B (or 0x9F061B) is known color: Carmine. HEX triplet: 9F, 06 and 1B. RGB value is (159,6,27). Sum of RGB (Red+Green+Blue) = 159+6+27=192 (25% of max value = 765). Red value is 159 (62.5% from 255 or 82.81% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 159 - color contains mainly: red. Hex color #9F061B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F061B is #60F9E4. Grayscale: #363636. Windows color (decimal): -6355429 or 1771167. OLE color: 1771167.

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

Color convert

RGB 159 6 27 -
CMYK 0 0.96 0.83 0.38
HSL 351.76º 0.93% 0.32% -
HSV(B) 351.76º 0.96% 0.62% -
XYZ 14.56 7.58 1.73 -
YUV 54.14 112.69 202.79 -
System Red Green Blue C M Y K H S L
Decimal 159 6 27 0 0.96 0.83 0.38 351.76 0.93 0.32
Hex 9F 6 1B 0 60 53 26 160 5D 20
Octal 237 6 33 0 140 123 46 540 135 40
Binary 10011111 110 11011 0 1100000 1010011 100110 101100000 1011101 100000

Color Harmonies of #9F061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F061B

Black with #9F061B

Text Example


Text Example

White with #9F061B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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