Html Css Color HEX #8B0418 Carmine

📋 copy color: '#8B0418'

red 139 ◦ green 4 ◦ blue 24

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

Shades of Carmine #8B0418

Tints of Carmine #8B0418

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.4%

 BLUE value IS 24 (9.77% from 255) = 14.37%

R = 83.23%
G = 2.4%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.45

RGB Variations

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

Color information

#8B0418 (or 0x8B0418) is known color: Carmine. HEX triplet: 8B, 04 and 18. RGB value is (139,4,24). Sum of RGB (Red+Green+Blue) = 139+4+24=167 (22% of max value = 765). Red value is 139 (54.69% from 255 or 83.23% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 24 (9.77% from 255 or 14.37% from 167); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0418 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0418 is #74FBE7. Grayscale: #2E2E2E. Windows color (decimal): -7666664 or 1574027. OLE color: 1574027.

HSL color Cylindrical-coordinate representation of color #8B0418: hue angle of 351.11º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B0418 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 4 24 -
CMYK 0 0.97 0.83 0.45
HSL 351.11º 0.94% 0.28% -
HSV(B) 351.11º 0.97% 0.55% -
XYZ 10.86 5.64 1.38 -
YUV 46.65 115.23 193.87 -
System Red Green Blue C M Y K H S L
Decimal 139 4 24 0 0.97 0.83 0.45 351.11 0.94 0.28
Hex 8B 4 18 0 61 53 2D 15F 5E 1C
Octal 213 4 30 0 141 123 55 537 136 34
Binary 10001011 100 11000 0 1100001 1010011 101101 101011111 1011110 11100

Color Harmonies of #8B0418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0418

Black with #8B0418

Text Example


Text Example

White with #8B0418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,4,24); }

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

background-color css

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

 a { background-color: rgb(139,4,24); }

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

border-color css

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

 span { border-color: rgb(139,4,24); }

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