#B7443D

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

Shades of Medium Carmine #B7443D

Tints of Medium Carmine #B7443D

Color information

#B7443D (or 0xB7443D) is unknown color: approx Medium Carmine. HEX triplet: B7, 44 and 3D. RGB value is (183,68,61). Sum of RGB (Red+Green+Blue) = 183+68+61=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B7443D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7443D is #48BBC2. Grayscale: #656565. Windows color (decimal): -4766659 or 4015287. OLE color: 4015287.

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

Color convert

RGB1836861-
CMYK00.630.670.28
HSL3.44º50%47.84%-
HSV(B)3.44º66.67%71.76%-
XYZ22.4414.546.04-
YUV101.59105.1186.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.65%
GREEN value IS 68 (26.95% from 255) = 21.79%
BLUE value IS 61 (24.22% from 255) = 19.55%
R=58.65%
G=21.79%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183686100.630.670.283.445047.84
HexB7443D03F431C33230
Octal267104750771033436260
Binary101101111000100111101011111110000111110011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7443D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7443D; }

 p { color: rgb(183,68,61); }

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

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

 a { background-color: rgb(183,68,61); }

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

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

 span { border-color: rgb(183,68,61); }

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