#B73C30

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

Shades of Medium Carmine #B73C30

Tints of Medium Carmine #B73C30

Color information

#B73C30 (or 0xB73C30) is unknown color: approx Medium Carmine. HEX triplet: B7, 3C and 30. RGB value is (183,60,48). Sum of RGB (Red+Green+Blue) = 183+60+48=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73C30 is #48C3CF. Grayscale: #5F5F5F. Windows color (decimal): -4768720 or 3161271. OLE color: 3161271.

HSL color Cylindrical-coordinate representation of color #B73C30: hue angle of 5.33º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73C30 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB1836048-
CMYK00.670.740.28
HSL5.33º58.44%45.29%-
HSV(B)5.33º73.77%71.76%-
XYZ21.6813.514.26-
YUV95.41101.25190.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.89%
GREEN value IS 60 (23.83% from 255) = 20.62%
BLUE value IS 48 (19.14% from 255) = 16.49%
R=62.89%
G=20.62%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183604800.670.740.285.3358.4445.29
HexB73C300434A1C53a2d
Octal267746001031123457255
Binary1011011111110011000001000011100101011100101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73C30; }

 p { color: rgb(183,60,48); }

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

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

 a { background-color: rgb(183,60,48); }

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

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

 span { border-color: rgb(183,60,48); }

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