Html Css Color HEX #9F1022 Carmine

📋 copy color: '#9F1022'

red 159 ◦ green 16 ◦ blue 34

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

Shades of Carmine #9F1022

Tints of Carmine #9F1022

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.66%

 BLUE value IS 34 (13.67% from 255) = 16.27%

R = 76.08%
G = 7.66%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.38

RGB Variations

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

Color information

#9F1022 (or 0x9F1022) is known color: Carmine. HEX triplet: 9F, 10 and 22. RGB value is (159,16,34). Sum of RGB (Red+Green+Blue) = 159+16+34=209 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.08% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 34 (13.67% from 255 or 16.27% from 209); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1022 is #60EFDD. Grayscale: #3C3C3C. Windows color (decimal): -6352862 or 2232479. OLE color: 2232479.

HSL color Cylindrical-coordinate representation of color #9F1022: hue angle of 352.45º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F1022 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 16 34 -
CMYK 0 0.90 0.79 0.38
HSL 352.45º 0.82% 0.34% -
HSV(B) 352.45º 0.9% 0.62% -
XYZ 14.77 7.86 2.25 -
YUV 60.81 112.88 198.04 -
System Red Green Blue C M Y K H S L
Decimal 159 16 34 0 0.90 0.79 0.38 352.45 0.82 0.34
Hex 9F 10 22 0 5A 4F 26 160 52 22
Octal 237 20 42 0 132 117 46 540 122 42
Binary 10011111 10000 100010 0 1011010 1001111 100110 101100000 1010010 100010

Color Harmonies of #9F1022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1022

Black with #9F1022

Text Example


Text Example

White with #9F1022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,16,34); }

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

background-color css

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

 a { background-color: rgb(159,16,34); }

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

border-color css

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

 span { border-color: rgb(159,16,34); }

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