Html Css Color HEX #9F062B Carmine

📋 copy color: '#9F062B'

red 159 ◦ green 6 ◦ blue 43

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

Shades of Carmine #9F062B

Tints of Carmine #9F062B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.88%

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

R = 76.44%
G = 2.88%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.38

RGB Variations

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

Color information

#9F062B (or 0x9F062B) is known color: Carmine. HEX triplet: 9F, 06 and 2B. RGB value is (159,6,43). Sum of RGB (Red+Green+Blue) = 159+6+43=208 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.44% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 159 - color contains mainly: red. Hex color #9F062B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F062B is #60F9D4. Grayscale: #373737. Windows color (decimal): -6355413 or 2819743. OLE color: 2819743.

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

Color convert

RGB 159 6 43 -
CMYK 0 0.96 0.73 0.38
HSL 345.49º 0.93% 0.32% -
HSV(B) 345.49º 0.96% 0.62% -
XYZ 14.8 7.68 2.99 -
YUV 55.97 120.69 201.49 -
System Red Green Blue C M Y K H S L
Decimal 159 6 43 0 0.96 0.73 0.38 345.49 0.93 0.32
Hex 9F 6 2B 0 60 49 26 159 5D 20
Octal 237 6 53 0 140 111 46 531 135 40
Binary 10011111 110 101011 0 1100000 1001001 100110 101011001 1011101 100000

Color Harmonies of #9F062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F062B

Black with #9F062B

Text Example


Text Example

White with #9F062B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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