#B6403B

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

Shades of Medium Carmine #B6403B

Tints of Medium Carmine #B6403B

Color information

#B6403B (or 0xB6403B) is unknown color: approx Medium Carmine. HEX triplet: B6, 40 and 3B. RGB value is (182,64,59). Sum of RGB (Red+Green+Blue) = 182+64+59=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B6403B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6403B is #49BFC4. Grayscale: #626262. Windows color (decimal): -4833221 or 3883190. OLE color: 3883190.

HSL color Cylindrical-coordinate representation of color #B6403B: hue angle of 2.44º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B6403B is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB1826459-
CMYK00.650.680.29
HSL2.44º51.04%47.25%-
HSV(B)2.44º67.58%71.37%-
XYZ21.9113.935.67-
YUV98.71105.59187.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.67%
GREEN value IS 64 (25.39% from 255) = 20.98%
BLUE value IS 59 (23.44% from 255) = 19.34%
R=59.67%
G=20.98%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182645900.650.680.292.4451.0447.25
HexB6403B041441D2332f
Octal2661007301011043526357
Binary1011011010000001110110100000110001001110110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6403B; }

 p { color: rgb(182,64,59); }

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

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

 a { background-color: rgb(182,64,59); }

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

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

 span { border-color: rgb(182,64,59); }

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