Html Css Color HEX #9F0525 Carmine

📋 copy color: '#9F0525'

red 159 ◦ green 5 ◦ blue 37

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

Shades of Carmine #9F0525

Tints of Carmine #9F0525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.41%

R = 79.1%
G = 2.49%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#9F0525 (or 0x9F0525) is known color: Carmine. HEX triplet: 9F, 05 and 25. RGB value is (159,5,37). Sum of RGB (Red+Green+Blue) = 159+5+37=201 (26% of max value = 765). Red value is 159 (62.5% from 255 or 79.10% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0525 is #60FADA. Grayscale: #363636. Windows color (decimal): -6355675 or 2426271. OLE color: 2426271.

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

Color convert

RGB 159 5 37 -
CMYK 0 0.97 0.77 0.38
HSL 347.53º 0.94% 0.32% -
HSV(B) 347.53º 0.97% 0.62% -
XYZ 14.69 7.61 2.45 -
YUV 54.69 118.02 202.4 -
System Red Green Blue C M Y K H S L
Decimal 159 5 37 0 0.97 0.77 0.38 347.53 0.94 0.32
Hex 9F 5 25 0 61 4D 26 15C 5E 20
Octal 237 5 45 0 141 115 46 534 136 40
Binary 10011111 101 100101 0 1100001 1001101 100110 101011100 1011110 100000

Color Harmonies of #9F0525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0525

Black with #9F0525

Text Example


Text Example

White with #9F0525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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