#B03D3A

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

Shades of Medium Carmine #B03D3A

Tints of Medium Carmine #B03D3A

Color information

#B03D3A (or 0xB03D3A) is unknown color: approx Medium Carmine. HEX triplet: B0, 3D and 3A. RGB value is (176,61,58). Sum of RGB (Red+Green+Blue) = 176+61+58=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03D3A is #4FC2C5. Grayscale: #5F5F5F. Windows color (decimal): -5227206 or 3816880. OLE color: 3816880.

HSL color Cylindrical-coordinate representation of color #B03D3A: hue angle of 1.53º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B03D3A is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB1766158-
CMYK00.650.670.31
HSL1.53º50.43%45.88%-
HSV(B)1.53º67.05%69.02%-
XYZ20.3412.875.42-
YUV95.04107.1185.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.66%
GREEN value IS 61 (24.22% from 255) = 20.68%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=59.66%
G=20.68%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176615800.650.670.311.5350.4345.88
HexB03D3A041431F2322e
Octal260757201011033726256
Binary101100001111011110100100000110000111111110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03D3A; }

 p { color: rgb(176,61,58); }

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

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

 a { background-color: rgb(176,61,58); }

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

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

 span { border-color: rgb(176,61,58); }

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