Html Css Color HEX #8F121A Carmine

📋 copy color: '#8F121A'

red 143 ◦ green 18 ◦ blue 26

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

Shades of Carmine #8F121A

Tints of Carmine #8F121A

RGB

 RED value IS 143 (56.25% from 255) = 76.47%

 GREEN value IS 18 (7.42% from 255) = 9.63%

 BLUE value IS 26 (10.55% from 255) = 13.9%

R = 76.47%
G = 9.63%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8F121A (or 0x8F121A) is known color: Carmine. HEX triplet: 8F, 12 and 1A. RGB value is (143,18,26). Sum of RGB (Red+Green+Blue) = 143+18+26=187 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.47% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 143 - color contains mainly: red. Hex color #8F121A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F121A is #70EDE5. Grayscale: #383838. Windows color (decimal): -7400934 or 1708687. OLE color: 1708687.

HSL color Cylindrical-coordinate representation of color #8F121A: hue angle of 356.16º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F121A is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 18 26 -
CMYK 0 0.87 0.82 0.44
HSL 356.16º 0.78% 0.32% -
HSV(B) 356.16º 0.87% 0.56% -
XYZ 11.73 6.35 1.58 -
YUV 56.29 110.91 189.85 -
System Red Green Blue C M Y K H S L
Decimal 143 18 26 0 0.87 0.82 0.44 356.16 0.78 0.32
Hex 8F 12 1A 0 57 52 2C 164 4E 20
Octal 217 22 32 0 127 122 54 544 116 40
Binary 10001111 10010 11010 0 1010111 1010010 101100 101100100 1001110 100000

Color Harmonies of #8F121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F121A

Black with #8F121A

Text Example


Text Example

White with #8F121A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F121A; }

 p { color: rgb(143,18,26); }

 H1.HeaderClassName
 {
   color: #8F121A;
 }
 .AnyTagClassName
 {
   color: #8F121A;
 }
</style>

background-color css

<style>
 a { background-color: #8F121A; }

 a { background-color: rgb(143,18,26); }

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

border-color css

<style>
 span { border-color: #8F121A; }

 span { border-color: rgb(143,18,26); }

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