Html Css Color HEX #9F0022 Carmine

📋 copy color: '#9F0022'

red 159 ◦ green 0 ◦ blue 34

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

Shades of Carmine #9F0022

Tints of Carmine #9F0022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 82.38%
G = 0%
B = 17.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.38

RGB Variations

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

Color information

#9F0022 (or 0x9F0022) is known color: Carmine. HEX triplet: 9F, 00 and 22. RGB value is (159,0,34). Sum of RGB (Red+Green+Blue) = 159+0+34=193 (25% of max value = 765). Red value is 159 (62.5% from 255 or 82.38% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 34 (13.67% from 255 or 17.62% from 193); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0022 is #60FFDD. Grayscale: #333333. Windows color (decimal): -6356958 or 2228383. OLE color: 2228383.

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

Color convert

RGB 159 0 34 -
CMYK 0 1 0.79 0.38
HSL 347.17º 1% 0.31% -
HSV(B) 347.17º 1% 0.62% -
XYZ 14.59 7.49 2.19 -
YUV 51.42 118.18 204.74 -
System Red Green Blue C M Y K H S L
Decimal 159 0 34 0 1 0.79 0.38 347.17 1 0.31
Hex 9F 0 22 0 64 4F 26 15B 64 1F
Octal 237 0 42 0 144 117 46 533 144 37
Binary 10011111 0 100010 0 1100100 1001111 100110 101011011 1100100 11111

Color Harmonies of #9F0022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0022

Black with #9F0022

Text Example


Text Example

White with #9F0022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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