#B63B35

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

Shades of Medium Carmine #B63B35

Tints of Medium Carmine #B63B35

Color information

#B63B35 (or 0xB63B35) is unknown color: approx Medium Carmine. HEX triplet: B6, 3B and 35. RGB value is (182,59,53). Sum of RGB (Red+Green+Blue) = 182+59+53=294 (38% of max value = 765). Red value is 182 (71.48% from 255 or 61.90% from 294); Green value is 59 (23.44% from 255 or 20.07% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 182 - color contains mainly: red. Hex color #B63B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63B35 is #49C4CA. Grayscale: #5F5F5F. Windows color (decimal): -4834507 or 3488694. OLE color: 3488694.

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

Color convert

RGB1825953-
CMYK00.680.710.29
HSL2.79º54.89%46.08%-
HSV(B)2.79º70.88%71.37%-
XYZ21.513.334.81-
YUV95.09104.25189.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.90%
GREEN value IS 59 (23.44% from 255) = 20.07%
BLUE value IS 53 (21.09% from 255) = 18.03%
R=61.90%
G=20.07%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182595300.680.710.292.7954.8946.08
HexB63B35044471D3372e
Octal266736501041073536756
Binary101101101110111101010100010010001111110111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63B35; }

 p { color: rgb(182,59,53); }

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

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

 a { background-color: rgb(182,59,53); }

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

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

 span { border-color: rgb(182,59,53); }

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