#B7463D

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

Shades of Medium Carmine #B7463D

Tints of Medium Carmine #B7463D

Color information

#B7463D (or 0xB7463D) is unknown color: approx Medium Carmine. HEX triplet: B7, 46 and 3D. RGB value is (183,70,61). Sum of RGB (Red+Green+Blue) = 183+70+61=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B7463D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7463D is #48B9C2. Grayscale: #666666. Windows color (decimal): -4766147 or 4015799. OLE color: 4015799.

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

Color convert

RGB1837061-
CMYK00.620.670.28
HSL4.43º50%47.84%-
HSV(B)4.43º66.67%71.76%-
XYZ22.5614.786.08-
YUV102.76104.44185.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.28%
GREEN value IS 70 (27.73% from 255) = 22.29%
BLUE value IS 61 (24.22% from 255) = 19.43%
R=58.28%
G=22.29%
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
Decimal183706100.620.670.284.435047.84
HexB7463D03E431C43230
Octal267106750761033446260
Binary1011011110001101111010111110100001111100100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7463D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7463D; }

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

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

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

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

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

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

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

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