Html Css Color HEX #9F132B Carmine

📋 copy color: '#9F132B'

red 159 ◦ green 19 ◦ blue 43

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

Shades of Carmine #9F132B

Tints of Carmine #9F132B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.6%

 BLUE value IS 43 (17.19% from 255) = 19.46%

R = 71.95%
G = 8.6%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.38

RGB Variations

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

Color information

#9F132B (or 0x9F132B) is known color: Carmine. HEX triplet: 9F, 13 and 2B. RGB value is (159,19,43). Sum of RGB (Red+Green+Blue) = 159+19+43=221 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.95% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 159 - color contains mainly: red. Hex color #9F132B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F132B is #60ECD4. Grayscale: #3F3F3F. Windows color (decimal): -6352085 or 2823071. OLE color: 2823071.

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

Color convert

RGB 159 19 43 -
CMYK 0 0.88 0.73 0.38
HSL 349.71º 0.79% 0.35% -
HSV(B) 349.71º 0.88% 0.62% -
XYZ 14.97 8.01 3.04 -
YUV 63.6 116.38 196.05 -
System Red Green Blue C M Y K H S L
Decimal 159 19 43 0 0.88 0.73 0.38 349.71 0.79 0.35
Hex 9F 13 2B 0 58 49 26 15E 4F 23
Octal 237 23 53 0 130 111 46 536 117 43
Binary 10011111 10011 101011 0 1011000 1001001 100110 101011110 1001111 100011

Color Harmonies of #9F132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F132B

Black with #9F132B

Text Example


Text Example

White with #9F132B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,19,43); }

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

background-color css

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

 a { background-color: rgb(159,19,43); }

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

border-color css

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

 span { border-color: rgb(159,19,43); }

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