Html Css Color HEX #9F082B Carmine

📋 copy color: '#9F082B'

red 159 ◦ green 8 ◦ blue 43

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

Shades of Carmine #9F082B

Tints of Carmine #9F082B

RGB

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

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

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

R = 75.71%
G = 3.81%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.38

RGB Variations

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

Color information

#9F082B (or 0x9F082B) is known color: Carmine. HEX triplet: 9F, 08 and 2B. RGB value is (159,8,43). Sum of RGB (Red+Green+Blue) = 159+8+43=210 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.71% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 159 - color contains mainly: red. Hex color #9F082B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F082B is #60F7D4. Grayscale: #393939. Windows color (decimal): -6354901 or 2820255. OLE color: 2820255.

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

Color convert

RGB 159 8 43 -
CMYK 0 0.95 0.73 0.38
HSL 346.09º 0.9% 0.33% -
HSV(B) 346.09º 0.95% 0.62% -
XYZ 14.82 7.72 2.99 -
YUV 57.14 120.03 200.65 -
System Red Green Blue C M Y K H S L
Decimal 159 8 43 0 0.95 0.73 0.38 346.09 0.9 0.33
Hex 9F 8 2B 0 5F 49 26 15A 5A 21
Octal 237 10 53 0 137 111 46 532 132 41
Binary 10011111 1000 101011 0 1011111 1001001 100110 101011010 1011010 100001

Color Harmonies of #9F082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F082B

Black with #9F082B

Text Example


Text Example

White with #9F082B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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