Html Css Color HEX #9F0A1D Carmine

📋 copy color: '#9F0A1D'

red 159 ◦ green 10 ◦ blue 29

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

Shades of Carmine #9F0A1D

Tints of Carmine #9F0A1D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.05%

 BLUE value IS 29 (11.72% from 255) = 14.65%

R = 80.3%
G = 5.05%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9F0A1D (or 0x9F0A1D) is known color: Carmine. HEX triplet: 9F, 0A and 1D. RGB value is (159,10,29). Sum of RGB (Red+Green+Blue) = 159+10+29=198 (26% of max value = 765). Red value is 159 (62.5% from 255 or 80.30% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0A1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0A1D is #60F5E2. Grayscale: #383838. Windows color (decimal): -6354403 or 1903263. OLE color: 1903263.

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

Color convert

RGB 159 10 29 -
CMYK 0 0.94 0.82 0.38
HSL 352.35º 0.88% 0.33% -
HSV(B) 352.35º 0.94% 0.62% -
XYZ 14.63 7.68 1.87 -
YUV 56.72 112.36 200.96 -
System Red Green Blue C M Y K H S L
Decimal 159 10 29 0 0.94 0.82 0.38 352.35 0.88 0.33
Hex 9F A 1D 0 5E 52 26 160 58 21
Octal 237 12 35 0 136 122 46 540 130 41
Binary 10011111 1010 11101 0 1011110 1010010 100110 101100000 1011000 100001

Color Harmonies of #9F0A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0A1D

Black with #9F0A1D

Text Example


Text Example

White with #9F0A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,10,29); }

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

background-color css

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

 a { background-color: rgb(159,10,29); }

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

border-color css

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

 span { border-color: rgb(159,10,29); }

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