Html Css Color HEX #9F052A Carmine

📋 copy color: '#9F052A'

red 159 ◦ green 5 ◦ blue 42

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

Shades of Carmine #9F052A

Tints of Carmine #9F052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.39%

R = 77.18%
G = 2.43%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#9F052A (or 0x9F052A) is known color: Carmine. HEX triplet: 9F, 05 and 2A. RGB value is (159,5,42). Sum of RGB (Red+Green+Blue) = 159+5+42=206 (27% of max value = 765). Red value is 159 (62.5% from 255 or 77.18% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 159 - color contains mainly: red. Hex color #9F052A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F052A is #60FAD5. Grayscale: #373737. Windows color (decimal): -6355670 or 2753951. OLE color: 2753951.

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

Color convert

RGB 159 5 42 -
CMYK 0 0.97 0.74 0.38
HSL 345.58º 0.94% 0.32% -
HSV(B) 345.58º 0.97% 0.62% -
XYZ 14.77 7.65 2.89 -
YUV 55.26 120.52 201.99 -
System Red Green Blue C M Y K H S L
Decimal 159 5 42 0 0.97 0.74 0.38 345.58 0.94 0.32
Hex 9F 5 2A 0 61 4A 26 15A 5E 20
Octal 237 5 52 0 141 112 46 532 136 40
Binary 10011111 101 101010 0 1100001 1001010 100110 101011010 1011110 100000

Color Harmonies of #9F052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F052A

Black with #9F052A

Text Example


Text Example

White with #9F052A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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