#B03A37

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

Shades of Medium Carmine #B03A37

Tints of Medium Carmine #B03A37

Color information

#B03A37 (or 0xB03A37) is unknown color: approx Medium Carmine. HEX triplet: B0, 3A and 37. RGB value is (176,58,55). Sum of RGB (Red+Green+Blue) = 176+58+55=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B03A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03A37 is #4FC5C8. Grayscale: #5D5D5D. Windows color (decimal): -5227977 or 3619504. OLE color: 3619504.

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

Color convert

RGB1765855-
CMYK00.670.690.31
HSL1.49º52.38%45.29%-
HSV(B)1.49º68.75%69.02%-
XYZ20.1112.534.97-
YUV92.94106.59187.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.90%
GREEN value IS 58 (23.05% from 255) = 20.07%
BLUE value IS 55 (21.88% from 255) = 19.03%
R=60.90%
G=20.07%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176585500.670.690.311.4952.3845.29
HexB03A37043451F1342d
Octal260726701031053716455
Binary10110000111010110111010000111000101111111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03A37; }

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

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

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

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

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

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

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

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