Html Css Color HEX #8F001A Carmine

📋 copy color: '#8F001A'

red 143 ◦ green 0 ◦ blue 26

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

Shades of Carmine #8F001A

Tints of Carmine #8F001A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.62%
G = 0%
B = 15.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8F001A (or 0x8F001A) is known color: Carmine. HEX triplet: 8F, 00 and 1A. RGB value is (143,0,26). Sum of RGB (Red+Green+Blue) = 143+0+26=169 (22% of max value = 765). Red value is 143 (56.25% from 255 or 84.62% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 143 - color contains mainly: red. Hex color #8F001A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F001A is #70FFE5. Grayscale: #2D2D2D. Windows color (decimal): -7405542 or 1704079. OLE color: 1704079.

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

Color convert

RGB 143 0 26 -
CMYK 0 1 0.82 0.44
HSL 349.09º 1% 0.28% -
HSV(B) 349.09º 1% 0.56% -
XYZ 11.51 5.91 1.51 -
YUV 45.72 116.88 197.39 -
System Red Green Blue C M Y K H S L
Decimal 143 0 26 0 1 0.82 0.44 349.09 1 0.28
Hex 8F 0 1A 0 64 52 2C 15D 64 1C
Octal 217 0 32 0 144 122 54 535 144 34
Binary 10001111 0 11010 0 1100100 1010010 101100 101011101 1100100 11100

Color Harmonies of #8F001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F001A

Black with #8F001A

Text Example


Text Example

White with #8F001A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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