#B63935

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

Shades of Medium Carmine #B63935

Tints of Medium Carmine #B63935

Color information

#B63935 (or 0xB63935) is unknown color: approx Medium Carmine. HEX triplet: B6, 39 and 35. RGB value is (182,57,53). Sum of RGB (Red+Green+Blue) = 182+57+53=292 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.33% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 182 - color contains mainly: red. Hex color #B63935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63935 is #49C6CA. Grayscale: #5E5E5E. Windows color (decimal): -4835019 or 3488182. OLE color: 3488182.

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

Color convert

RGB1825753-
CMYK00.690.710.29
HSL1.86º54.89%46.08%-
HSV(B)1.86º70.88%71.37%-
XYZ21.413.134.77-
YUV93.92104.91190.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.33%
GREEN value IS 57 (22.66% from 255) = 19.52%
BLUE value IS 53 (21.09% from 255) = 18.15%
R=62.33%
G=19.52%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182575300.690.710.291.8654.8946.08
HexB63935045471D2372e
Octal266716501051073526756
Binary101101101110011101010100010110001111110110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63935; }

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

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

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

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

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

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

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

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