#B93635

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

Shades of Medium Carmine #B93635

Tints of Medium Carmine #B93635

Color information

#B93635 (or 0xB93635) is unknown color: approx Medium Carmine. HEX triplet: B9, 36 and 35. RGB value is (185,54,53). Sum of RGB (Red+Green+Blue) = 185+54+53=292 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.36% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 185 - color contains mainly: red. Hex color #B93635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93635 is #46C9CA. Grayscale: #5D5D5D. Windows color (decimal): -4639179 or 3487417. OLE color: 3487417.

HSL color Cylindrical-coordinate representation of color #B93635: hue angle of 0.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93635 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB1855453-
CMYK00.710.710.27
HSL0.45º55.46%46.67%-
HSV(B)0.45º71.35%72.55%-
XYZ21.9713.214.76-
YUV93.06105.4193.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 63.36%
GREEN value IS 54 (21.48% from 255) = 18.49%
BLUE value IS 53 (21.09% from 255) = 18.15%
R=63.36%
G=18.49%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185545300.710.710.270.4555.4646.67
HexB93635047471B0372f
Octal271666501071073306757
Binary10111001110110110101010001111000111110110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93635; }

 p { color: rgb(185,54,53); }

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

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

 a { background-color: rgb(185,54,53); }

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

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

 span { border-color: rgb(185,54,53); }

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