Html Css Color HEX #9F0538 Carmine

📋 copy color: '#9F0538'

red 159 ◦ green 5 ◦ blue 56

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

Shades of Carmine #9F0538

Tints of Carmine #9F0538

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.27%

 BLUE value IS 56 (22.27% from 255) = 25.45%

R = 72.27%
G = 2.27%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.38

RGB Variations

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

Color information

#9F0538 (or 0x9F0538) is known color: Carmine. HEX triplet: 9F, 05 and 38. RGB value is (159,5,56). Sum of RGB (Red+Green+Blue) = 159+5+56=220 (29% of max value = 765). Red value is 159 (62.5% from 255 or 72.27% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0538 is #60FAC7. Grayscale: #383838. Windows color (decimal): -6355656 or 3671455. OLE color: 3671455.

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

Color convert

RGB 159 5 56 -
CMYK 0 0.97 0.65 0.38
HSL 340.13º 0.94% 0.32% -
HSV(B) 340.13º 0.97% 0.62% -
XYZ 15.07 7.76 4.45 -
YUV 56.86 127.52 200.85 -
System Red Green Blue C M Y K H S L
Decimal 159 5 56 0 0.97 0.65 0.38 340.13 0.94 0.32
Hex 9F 5 38 0 61 41 26 154 5E 20
Octal 237 5 70 0 141 101 46 524 136 40
Binary 10011111 101 111000 0 1100001 1000001 100110 101010100 1011110 100000

Color Harmonies of #9F0538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0538

Black with #9F0538

Text Example


Text Example

White with #9F0538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,5,56); }

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

background-color css

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

 a { background-color: rgb(159,5,56); }

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

border-color css

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

 span { border-color: rgb(159,5,56); }

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