Html Css Color HEX #9F071A Carmine

📋 copy color: '#9F071A'

red 159 ◦ green 7 ◦ blue 26

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

Shades of Carmine #9F071A

Tints of Carmine #9F071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.65%

 BLUE value IS 26 (10.55% from 255) = 13.54%

R = 82.81%
G = 3.65%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F071A (or 0x9F071A) is known color: Carmine. HEX triplet: 9F, 07 and 1A. RGB value is (159,7,26). Sum of RGB (Red+Green+Blue) = 159+7+26=192 (25% of max value = 765). Red value is 159 (62.5% from 255 or 82.81% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 159 - color contains mainly: red. Hex color #9F071A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F071A is #60F8E5. Grayscale: #363636. Windows color (decimal): -6355174 or 1705887. OLE color: 1705887.

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

Color convert

RGB 159 7 26 -
CMYK 0 0.96 0.84 0.38
HSL 352.5º 0.92% 0.33% -
HSV(B) 352.5º 0.96% 0.62% -
XYZ 14.56 7.6 1.68 -
YUV 54.61 111.86 202.46 -
System Red Green Blue C M Y K H S L
Decimal 159 7 26 0 0.96 0.84 0.38 352.5 0.92 0.33
Hex 9F 7 1A 0 60 54 26 160 5C 21
Octal 237 7 32 0 140 124 46 540 134 41
Binary 10011111 111 11010 0 1100000 1010100 100110 101100000 1011100 100001

Color Harmonies of #9F071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F071A

Black with #9F071A

Text Example


Text Example

White with #9F071A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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