Html Css Color HEX #8F101A Carmine

📋 copy color: '#8F101A'

red 143 ◦ green 16 ◦ blue 26

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

Shades of Carmine #8F101A

Tints of Carmine #8F101A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.65%

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

R = 77.3%
G = 8.65%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8F101A (or 0x8F101A) is known color: Carmine. HEX triplet: 8F, 10 and 1A. RGB value is (143,16,26). Sum of RGB (Red+Green+Blue) = 143+16+26=185 (24% of max value = 765). Red value is 143 (56.25% from 255 or 77.30% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 143 - color contains mainly: red. Hex color #8F101A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F101A is #70EFE5. Grayscale: #373737. Windows color (decimal): -7401446 or 1708175. OLE color: 1708175.

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

Color convert

RGB 143 16 26 -
CMYK 0 0.89 0.82 0.44
HSL 355.28º 0.8% 0.31% -
HSV(B) 355.28º 0.89% 0.56% -
XYZ 11.7 6.28 1.57 -
YUV 55.11 111.58 190.69 -
System Red Green Blue C M Y K H S L
Decimal 143 16 26 0 0.89 0.82 0.44 355.28 0.8 0.31
Hex 8F 10 1A 0 59 52 2C 163 50 1F
Octal 217 20 32 0 131 122 54 543 120 37
Binary 10001111 10000 11010 0 1011001 1010010 101100 101100011 1010000 11111

Color Harmonies of #8F101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F101A

Black with #8F101A

Text Example


Text Example

White with #8F101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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