Html Css Color HEX #9F082D Carmine

📋 copy color: '#9F082D'

red 159 ◦ green 8 ◦ blue 45

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

Shades of Carmine #9F082D

Tints of Carmine #9F082D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.77%

 BLUE value IS 45 (17.97% from 255) = 21.23%

R = 75%
G = 3.77%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#9F082D (or 0x9F082D) is known color: Carmine. HEX triplet: 9F, 08 and 2D. RGB value is (159,8,45). Sum of RGB (Red+Green+Blue) = 159+8+45=212 (28% of max value = 765). Red value is 159 (62.5% from 255 or 75% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 159 - color contains mainly: red. Hex color #9F082D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F082D is #60F7D2. Grayscale: #393939. Windows color (decimal): -6354899 or 2951327. OLE color: 2951327.

HSL color Cylindrical-coordinate representation of color #9F082D: hue angle of 345.3º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F082D is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 8 45 -
CMYK 0 0.95 0.72 0.38
HSL 345.3º 0.9% 0.33% -
HSV(B) 345.3º 0.95% 0.62% -
XYZ 14.86 7.73 3.19 -
YUV 57.37 121.03 200.49 -
System Red Green Blue C M Y K H S L
Decimal 159 8 45 0 0.95 0.72 0.38 345.3 0.9 0.33
Hex 9F 8 2D 0 5F 48 26 159 5A 21
Octal 237 10 55 0 137 110 46 531 132 41
Binary 10011111 1000 101101 0 1011111 1001000 100110 101011001 1011010 100001

Color Harmonies of #9F082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F082D

Black with #9F082D

Text Example


Text Example

White with #9F082D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,8,45); }

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

background-color css

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

 a { background-color: rgb(159,8,45); }

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

border-color css

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

 span { border-color: rgb(159,8,45); }

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