#B7403E

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

Shades of Medium Carmine #B7403E

Tints of Medium Carmine #B7403E

Color information

#B7403E (or 0xB7403E) is unknown color: approx Medium Carmine. HEX triplet: B7, 40 and 3E. RGB value is (183,64,62). Sum of RGB (Red+Green+Blue) = 183+64+62=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B7403E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7403E is #48BFC1. Grayscale: #636363. Windows color (decimal): -4767682 or 4079799. OLE color: 4079799.

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

Color convert

RGB1836462-
CMYK00.650.660.28
HSL0.99º49.39%48.04%-
HSV(B)0.99º66.12%71.76%-
XYZ22.2314.086.1-
YUV99.35106.92187.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.22%
GREEN value IS 64 (25.39% from 255) = 20.71%
BLUE value IS 62 (24.61% from 255) = 20.06%
R=59.22%
G=20.71%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183646200.650.660.280.9949.3948.04
HexB7403E041421C13130
Octal2671007601011023416160
Binary101101111000000111110010000011000010111001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7403E; }

 p { color: rgb(183,64,62); }

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

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

 a { background-color: rgb(183,64,62); }

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

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

 span { border-color: rgb(183,64,62); }

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