#B63C2A

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

Shades of Medium Carmine #B63C2A

Tints of Medium Carmine #B63C2A

Color information

#B63C2A (or 0xB63C2A) is unknown color: approx Medium Carmine. HEX triplet: B6, 3C and 2A. RGB value is (182,60,42). Sum of RGB (Red+Green+Blue) = 182+60+42=284 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.08% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C2A is #49C3D5. Grayscale: #5E5E5E. Windows color (decimal): -4834262 or 2768054. OLE color: 2768054.

HSL color Cylindrical-coordinate representation of color #B63C2A: hue angle of 7.71º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B63C2A is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB1826042-
CMYK00.670.770.29
HSL7.71º62.5%43.92%-
HSV(B)7.71º76.92%71.37%-
XYZ21.3313.343.64-
YUV94.4398.42190.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 64.08%
GREEN value IS 60 (23.83% from 255) = 21.13%
BLUE value IS 42 (16.80% from 255) = 14.79%
R=64.08%
G=21.13%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182604200.670.770.297.7162.543.92
HexB63C2A0434D1D83e2c
Octal2667452010311535107654
Binary10110110111100101010010000111001101111011000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63C2A; }

 p { color: rgb(182,60,42); }

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

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

 a { background-color: rgb(182,60,42); }

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

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

 span { border-color: rgb(182,60,42); }

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