#B63433

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

Shades of Medium Carmine #B63433

Tints of Medium Carmine #B63433

Color information

#B63433 (or 0xB63433) is unknown color: approx Medium Carmine. HEX triplet: B6, 34 and 33. RGB value is (182,52,51). Sum of RGB (Red+Green+Blue) = 182+52+51=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B63433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63433 is #49CBCC. Grayscale: #5A5A5A. Windows color (decimal): -4836301 or 3355830. OLE color: 3355830.

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

Color convert

RGB1825251-
CMYK00.710.720.29
HSL0.46º56.22%45.69%-
HSV(B)0.46º71.98%71.37%-
XYZ21.1212.644.46-
YUV90.76105.57193.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 63.86%
GREEN value IS 52 (20.70% from 255) = 18.25%
BLUE value IS 51 (20.31% from 255) = 17.89%
R=63.86%
G=18.25%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182525100.710.720.290.4656.2245.69
HexB63433047481D0382e
Octal266646301071103507056
Binary10110110110100110011010001111001000111010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63433; }

 p { color: rgb(182,52,51); }

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

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

 a { background-color: rgb(182,52,51); }

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

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

 span { border-color: rgb(182,52,51); }

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