#B8453D

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

Shades of Medium Carmine #B8453D

Tints of Medium Carmine #B8453D

Color information

#B8453D (or 0xB8453D) is unknown color: approx Medium Carmine. HEX triplet: B8, 45 and 3D. RGB value is (184,69,61). Sum of RGB (Red+Green+Blue) = 184+69+61=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B8453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8453D is #47BAC2. Grayscale: #666666. Windows color (decimal): -4700867 or 4015544. OLE color: 4015544.

HSL color Cylindrical-coordinate representation of color #B8453D: hue angle of 3.9º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8453D is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB1846961-
CMYK00.620.670.28
HSL3.9º50.2%48.04%-
HSV(B)3.9º66.85%72.16%-
XYZ22.7414.786.07-
YUV102.47104.6186.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.60%
GREEN value IS 69 (27.34% from 255) = 21.97%
BLUE value IS 61 (24.22% from 255) = 19.43%
R=58.60%
G=21.97%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184696100.620.670.283.950.248.04
HexB8453D03E431C43230
Octal270105750761033446260
Binary1011100010001011111010111110100001111100100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8453D; }

 p { color: rgb(184,69,61); }

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

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

 a { background-color: rgb(184,69,61); }

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

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

 span { border-color: rgb(184,69,61); }

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