#B03A39

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

Shades of Medium Carmine #B03A39

Tints of Medium Carmine #B03A39

Color information

#B03A39 (or 0xB03A39) is unknown color: approx Medium Carmine. HEX triplet: B0, 3A and 39. RGB value is (176,58,57). Sum of RGB (Red+Green+Blue) = 176+58+57=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B03A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03A39 is #4FC5C6. Grayscale: #5D5D5D. Windows color (decimal): -5227975 or 3750576. OLE color: 3750576.

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

Color convert

RGB1765857-
CMYK00.670.680.31
HSL0.5º51.07%45.69%-
HSV(B)0.5º67.61%69.02%-
XYZ20.1612.555.23-
YUV93.17107.59187.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.48%
GREEN value IS 58 (23.05% from 255) = 19.93%
BLUE value IS 57 (22.66% from 255) = 19.59%
R=60.48%
G=19.93%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176585700.670.680.310.551.0745.69
HexB03A39043441F1332e
Octal260727101031043716356
Binary10110000111010111001010000111000100111111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03A39; }

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

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

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

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

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

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

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

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