Html Css Color HEX #8B151C Carmine

📋 copy color: '#8B151C'

red 139 ◦ green 21 ◦ blue 28

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

Shades of Carmine #8B151C

Tints of Carmine #8B151C

RGB

 RED value IS 139 (54.69% from 255) = 73.94%

 GREEN value IS 21 (8.59% from 255) = 11.17%

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

R = 73.94%
G = 11.17%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8B151C (or 0x8B151C) is known color: Carmine. HEX triplet: 8B, 15 and 1C. RGB value is (139,21,28). Sum of RGB (Red+Green+Blue) = 139+21+28=188 (24% of max value = 765). Red value is 139 (54.69% from 255 or 73.94% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 139 - color contains mainly: red. Hex color #8B151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B151C is #74EAE3. Grayscale: #393939. Windows color (decimal): -7662308 or 1840523. OLE color: 1840523.

HSL color Cylindrical-coordinate representation of color #8B151C: hue angle of 356.44º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B151C is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 21 28 -
CMYK 0 0.85 0.80 0.45
HSL 356.44º 0.74% 0.31% -
HSV(B) 356.44º 0.85% 0.55% -
XYZ 11.13 6.11 1.69 -
YUV 57.08 111.59 186.43 -
System Red Green Blue C M Y K H S L
Decimal 139 21 28 0 0.85 0.80 0.45 356.44 0.74 0.31
Hex 8B 15 1C 0 55 50 2D 164 4A 1F
Octal 213 25 34 0 125 120 55 544 112 37
Binary 10001011 10101 11100 0 1010101 1010000 101101 101100100 1001010 11111

Color Harmonies of #8B151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B151C

Black with #8B151C

Text Example


Text Example

White with #8B151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,21,28); }

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

background-color css

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

 a { background-color: rgb(139,21,28); }

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

border-color css

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

 span { border-color: rgb(139,21,28); }

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