Html Css Color HEX #9F061A Carmine

📋 copy color: '#9F061A'

red 159 ◦ green 6 ◦ blue 26

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

Shades of Carmine #9F061A

Tints of Carmine #9F061A

RGB

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

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

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

R = 83.25%
G = 3.14%
B = 13.61%

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

#9F061A (or 0x9F061A) is known color: Carmine. HEX triplet: 9F, 06 and 1A. RGB value is (159,6,26). Sum of RGB (Red+Green+Blue) = 159+6+26=191 (25% of max value = 765). Red value is 159 (62.5% from 255 or 83.25% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 159 - color contains mainly: red. Hex color #9F061A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F061A is #60F9E5. Grayscale: #363636. Windows color (decimal): -6355430 or 1705631. OLE color: 1705631.

HSL color Cylindrical-coordinate representation of color #9F061A: hue angle of 352.16º 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 #9F061A is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 6 26 -
CMYK 0 0.96 0.84 0.38
HSL 352.16º 0.93% 0.32% -
HSV(B) 352.16º 0.96% 0.62% -
XYZ 14.55 7.58 1.67 -
YUV 54.03 112.19 202.87 -
System Red Green Blue C M Y K H S L
Decimal 159 6 26 0 0.96 0.84 0.38 352.16 0.93 0.32
Hex 9F 6 1A 0 60 54 26 160 5D 20
Octal 237 6 32 0 140 124 46 540 135 40
Binary 10011111 110 11010 0 1100000 1010100 100110 101100000 1011101 100000

Color Harmonies of #9F061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F061A

Black with #9F061A

Text Example


Text Example

White with #9F061A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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