Html Css Color HEX #8B001A Carmine

📋 copy color: '#8B001A'

red 139 ◦ green 0 ◦ blue 26

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

Shades of Carmine #8B001A

Tints of Carmine #8B001A

RGB

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

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

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

R = 84.24%
G = 0%
B = 15.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8B001A (or 0x8B001A) is known color: Carmine. HEX triplet: 8B, 00 and 1A. RGB value is (139,0,26). Sum of RGB (Red+Green+Blue) = 139+0+26=165 (21% of max value = 765). Red value is 139 (54.69% from 255 or 84.24% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 139 - color contains mainly: red. Hex color #8B001A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B001A is #74FFE5. Grayscale: #2C2C2C. Windows color (decimal): -7667686 or 1704075. OLE color: 1704075.

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

Color convert

RGB 139 0 26 -
CMYK 0 1 0.81 0.45
HSL 348.78º 1% 0.27% -
HSV(B) 348.78º 1% 0.55% -
XYZ 10.83 5.56 1.48 -
YUV 44.53 117.55 195.39 -
System Red Green Blue C M Y K H S L
Decimal 139 0 26 0 1 0.81 0.45 348.78 1 0.27
Hex 8B 0 1A 0 64 51 2D 15D 64 1B
Octal 213 0 32 0 144 121 55 535 144 33
Binary 10001011 0 11010 0 1100100 1010001 101101 101011101 1100100 11011

Color Harmonies of #8B001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B001A

Black with #8B001A

Text Example


Text Example

White with #8B001A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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