#B8413A

Color #B8413A Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #B8413A

Tints of Medium Carmine #B8413A

Color information

#B8413A (or 0xB8413A) is unknown color: approx Medium Carmine. HEX triplet: B8, 41 and 3A. RGB value is (184,65,58). Sum of RGB (Red+Green+Blue) = 184+65+58=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B8413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8413A is #47BEC5. Grayscale: #636363. Windows color (decimal): -4701894 or 3817912. OLE color: 3817912.

HSL color Cylindrical-coordinate representation of color #B8413A: hue angle of 3.33º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8413A is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB1846558-
CMYK00.650.680.28
HSL3.33º52.07%47.45%-
HSV(B)3.33º68.48%72.16%-
XYZ22.4214.285.58-
YUV99.78104.42188.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.93%
GREEN value IS 65 (25.78% from 255) = 21.17%
BLUE value IS 58 (23.05% from 255) = 18.89%
R=59.93%
G=21.17%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184655800.650.680.283.3352.0747.45
HexB8413A041441C3342f
Octal2701017201011043436457
Binary1011100010000011110100100000110001001110011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8413A; }

 p { color: rgb(184,65,58); }

 H1.HeaderClassName
 {
   color: #B8413A;
 }
 .AnyTagClassName
 {
   color: #B8413A;
 }
</style>
background-color css

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

 a { background-color: rgb(184,65,58); }

 div.DivClassName
 {
   background-color: #B8413A;
 }
 .BgClassName
 {
   background-color: #B8413A;
 }
</style>
border-color css

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

 span { border-color: rgb(184,65,58); }

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