Html Css Color HEX #8F061C Carmine

📋 copy color: '#8F061C'

red 143 ◦ green 6 ◦ blue 28

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

Shades of Carmine #8F061C

Tints of Carmine #8F061C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.82%

R = 80.79%
G = 3.39%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#8F061C (or 0x8F061C) is known color: Carmine. HEX triplet: 8F, 06 and 1C. RGB value is (143,6,28). Sum of RGB (Red+Green+Blue) = 143+6+28=177 (23% of max value = 765). Red value is 143 (56.25% from 255 or 80.79% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 143 - color contains mainly: red. Hex color #8F061C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F061C is #70F9E3. Grayscale: #313131. Windows color (decimal): -7404004 or 1836687. OLE color: 1836687.

HSL color Cylindrical-coordinate representation of color #8F061C: hue angle of 350.36º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F061C is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 6 28 -
CMYK 0 0.96 0.80 0.44
HSL 350.37º 0.92% 0.29% -
HSV(B) 350.37º 0.96% 0.56% -
XYZ 11.6 6.05 1.66 -
YUV 49.47 115.89 194.71 -
System Red Green Blue C M Y K H S L
Decimal 143 6 28 0 0.96 0.80 0.44 350.37 0.92 0.29
Hex 8F 6 1C 0 60 50 2C 15E 5C 1D
Octal 217 6 34 0 140 120 54 536 134 35
Binary 10001111 110 11100 0 1100000 1010000 101100 101011110 1011100 11101

Color Harmonies of #8F061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F061C

Black with #8F061C

Text Example


Text Example

White with #8F061C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,6,28); }

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

background-color css

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

 a { background-color: rgb(143,6,28); }

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

border-color css

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

 span { border-color: rgb(143,6,28); }

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