#B73E26

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

Shades of Medium Carmine #B73E26

Tints of Medium Carmine #B73E26

Color information

#B73E26 (or 0xB73E26) is unknown color: approx Medium Carmine. HEX triplet: B7, 3E and 26. RGB value is (183,62,38). Sum of RGB (Red+Green+Blue) = 183+62+38=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73E26 is #48C1D9. Grayscale: #5F5F5F. Windows color (decimal): -4768218 or 2506423. OLE color: 2506423.

HSL color Cylindrical-coordinate representation of color #B73E26: hue angle of 9.93º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B73E26 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB1836238-
CMYK00.660.790.28
HSL9.93º65.61%43.33%-
HSV(B)9.93º79.23%71.76%-
XYZ21.613.653.33-
YUV95.4495.59190.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 64.66%
GREEN value IS 62 (24.61% from 255) = 21.91%
BLUE value IS 38 (15.23% from 255) = 13.43%
R=64.66%
G=21.91%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183623800.660.790.289.9365.6143.33
HexB73E260424F1Ca422b
Octal26776460102117341210253
Binary101101111111101001100100001010011111110010101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73E26; }

 p { color: rgb(183,62,38); }

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

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

 a { background-color: rgb(183,62,38); }

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

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

 span { border-color: rgb(183,62,38); }

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