#B8433D

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

Shades of Medium Carmine #B8433D

Tints of Medium Carmine #B8433D

Color information

#B8433D (or 0xB8433D) is unknown color: approx Medium Carmine. HEX triplet: B8, 43 and 3D. RGB value is (184,67,61). Sum of RGB (Red+Green+Blue) = 184+67+61=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B8433D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8433D is #47BCC2. Grayscale: #656565. Windows color (decimal): -4701379 or 4015032. OLE color: 4015032.

HSL color Cylindrical-coordinate representation of color #B8433D: hue angle of 2.93º 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 #B8433D is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB1846761-
CMYK00.640.670.28
HSL2.93º50.2%48.04%-
HSV(B)2.93º66.85%72.16%-
XYZ22.6214.546.03-
YUV101.3105.26186.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.97%
GREEN value IS 67 (26.56% from 255) = 21.47%
BLUE value IS 61 (24.22% from 255) = 19.55%
R=58.97%
G=21.47%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184676100.640.670.282.9350.248.04
HexB8433D040431C33230
Octal2701037501001033436260
Binary1011100010000111111010100000010000111110011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8433D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8433D; }

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

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

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

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

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

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

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

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