Html Css Color HEX #8B0A1B Carmine

📋 copy color: '#8B0A1B'

red 139 ◦ green 10 ◦ blue 27

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

Shades of Carmine #8B0A1B

Tints of Carmine #8B0A1B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.68%

 BLUE value IS 27 (10.94% from 255) = 15.34%

R = 78.98%
G = 5.68%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8B0A1B (or 0x8B0A1B) is known color: Carmine. HEX triplet: 8B, 0A and 1B. RGB value is (139,10,27). Sum of RGB (Red+Green+Blue) = 139+10+27=176 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.98% from 176); Green value is 10 (4.30% from 255 or 5.68% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0A1B is #74F5E4. Grayscale: #323232. Windows color (decimal): -7665125 or 1772171. OLE color: 1772171.

HSL color Cylindrical-coordinate representation of color #8B0A1B: hue angle of 352.09º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B0A1B is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 10 27 -
CMYK 0 0.93 0.81 0.45
HSL 352.09º 0.87% 0.29% -
HSV(B) 352.09º 0.93% 0.55% -
XYZ 10.95 5.79 1.58 -
YUV 50.51 114.74 191.12 -
System Red Green Blue C M Y K H S L
Decimal 139 10 27 0 0.93 0.81 0.45 352.09 0.87 0.29
Hex 8B A 1B 0 5D 51 2D 160 57 1D
Octal 213 12 33 0 135 121 55 540 127 35
Binary 10001011 1010 11011 0 1011101 1010001 101101 101100000 1010111 11101

Color Harmonies of #8B0A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0A1B

Black with #8B0A1B

Text Example


Text Example

White with #8B0A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,10,27); }

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

background-color css

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

 a { background-color: rgb(139,10,27); }

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

border-color css

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

 span { border-color: rgb(139,10,27); }

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