#B63A35

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

Shades of Medium Carmine #B63A35

Tints of Medium Carmine #B63A35

Color information

#B63A35 (or 0xB63A35) is unknown color: approx Medium Carmine. HEX triplet: B6, 3A and 35. RGB value is (182,58,53). Sum of RGB (Red+Green+Blue) = 182+58+53=293 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.12% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63A35 is #49C5CA. Grayscale: #5E5E5E. Windows color (decimal): -4834763 or 3488438. OLE color: 3488438.

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

Color convert

RGB1825853-
CMYK00.680.710.29
HSL2.33º54.89%46.08%-
HSV(B)2.33º70.88%71.37%-
XYZ21.4513.234.79-
YUV94.51104.58190.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.12%
GREEN value IS 58 (23.05% from 255) = 19.80%
BLUE value IS 53 (21.09% from 255) = 18.09%
R=62.12%
G=19.80%
B=18.09%

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
Decimal182585300.680.710.292.3354.8946.08
HexB63A35044471D2372e
Octal266726501041073526756
Binary101101101110101101010100010010001111110110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63A35; }

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

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

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

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

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

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

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

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