Html Css Color HEX #8F1026 Carmine

📋 copy color: '#8F1026'

red 143 ◦ green 16 ◦ blue 38

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

Shades of Carmine #8F1026

Tints of Carmine #8F1026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.29%

R = 72.59%
G = 8.12%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.44

RGB Variations

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

Color information

#8F1026 (or 0x8F1026) is known color: Carmine. HEX triplet: 8F, 10 and 26. RGB value is (143,16,38). Sum of RGB (Red+Green+Blue) = 143+16+38=197 (26% of max value = 765). Red value is 143 (56.25% from 255 or 72.59% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1026 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F1026 is #70EFD9. Grayscale: #383838. Windows color (decimal): -7401434 or 2494607. OLE color: 2494607.

HSL color Cylindrical-coordinate representation of color #8F1026: hue angle of 349.61º 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 #8F1026 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 16 38 -
CMYK 0 0.89 0.73 0.44
HSL 349.61º 0.8% 0.31% -
HSV(B) 349.61º 0.89% 0.56% -
XYZ 11.86 6.35 2.43 -
YUV 56.48 117.58 189.71 -
System Red Green Blue C M Y K H S L
Decimal 143 16 38 0 0.89 0.73 0.44 349.61 0.8 0.31
Hex 8F 10 26 0 59 49 2C 15E 50 1F
Octal 217 20 46 0 131 111 54 536 120 37
Binary 10001111 10000 100110 0 1011001 1001001 101100 101011110 1010000 11111

Color Harmonies of #8F1026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1026

Black with #8F1026

Text Example


Text Example

White with #8F1026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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