Html Css Color HEX #9F1A1B Carmine

📋 copy color: '#9F1A1B'

red 159 ◦ green 26 ◦ blue 27

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

Shades of Carmine #9F1A1B

Tints of Carmine #9F1A1B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.26%

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

R = 75%
G = 12.26%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9F1A1B (or 0x9F1A1B) is known color: Carmine. HEX triplet: 9F, 1A and 1B. RGB value is (159,26,27). Sum of RGB (Red+Green+Blue) = 159+26+27=212 (28% of max value = 765). Red value is 159 (62.5% from 255 or 75% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1A1B is #60E5E4. Grayscale: #424242. Windows color (decimal): -6350309 or 1776287. OLE color: 1776287.

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

Color convert

RGB 159 26 27 -
CMYK 0 0.84 0.83 0.38
HSL 359.55º 0.72% 0.36% -
HSV(B) 359.55º 0.84% 0.62% -
XYZ 14.87 8.19 1.83 -
YUV 65.88 106.06 194.42 -
System Red Green Blue C M Y K H S L
Decimal 159 26 27 0 0.84 0.83 0.38 359.55 0.72 0.36
Hex 9F 1A 1B 0 54 53 26 168 48 24
Octal 237 32 33 0 124 123 46 550 110 44
Binary 10011111 11010 11011 0 1010100 1010011 100110 101101000 1001000 100100

Color Harmonies of #9F1A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1A1B

Black with #9F1A1B

Text Example


Text Example

White with #9F1A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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