#B73926

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

Shades of Medium Carmine #B73926

Tints of Medium Carmine #B73926

Color information

#B73926 (or 0xB73926) is unknown color: approx Medium Carmine. HEX triplet: B7, 39 and 26. RGB value is (183,57,38). Sum of RGB (Red+Green+Blue) = 183+57+38=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B73926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73926 is #48C6D9. Grayscale: #5C5C5C. Windows color (decimal): -4769498 or 2505143. OLE color: 2505143.

HSL color Cylindrical-coordinate representation of color #B73926: hue angle of 7.86º 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 #B73926 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB1835738-
CMYK00.690.790.28
HSL7.86º65.61%43.33%-
HSV(B)7.86º79.23%71.76%-
XYZ21.3413.133.24-
YUV92.5197.24192.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.83%
GREEN value IS 57 (22.66% from 255) = 20.50%
BLUE value IS 38 (15.23% from 255) = 13.67%
R=65.83%
G=20.50%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183573800.690.790.287.8665.6143.33
HexB739260454F1C8422b
Octal26771460105117341010253
Binary101101111110011001100100010110011111110010001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73926; }

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

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

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

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

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

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

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

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