#B50946

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

Shades of Cardinal #B50946

Tints of Cardinal #B50946

Color information

#B50946 (or 0xB50946) is unknown color: approx Cardinal. HEX triplet: B5, 09 and 46. RGB value is (181,9,70). Sum of RGB (Red+Green+Blue) = 181+9+70=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 70 (27.73% from 255 or 26.92% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B50946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50946 is #4AF6B9. Grayscale: #434343. Windows color (decimal): -4912826 or 4590005. OLE color: 4590005.

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

Color convert

RGB181970-
CMYK00.950.610.29
HSL338.72º90.53%37.25%-
HSV(B)338.72º95.03%70.98%-
XYZ20.2610.466.75-
YUV67.38129.48209.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 69.62%
GREEN value IS 9 (3.91% from 255) = 3.46%
BLUE value IS 70 (27.73% from 255) = 26.92%
R=69.62%
G=3.46%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18197000.950.610.29338.7290.5337.25
HexB594605F3D1D1535b25
Octal265111060137753552313345
Binary101101011001100011001011111111101111011010100111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50946; }

 p { color: rgb(181,9,70); }

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

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

 a { background-color: rgb(181,9,70); }

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

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

 span { border-color: rgb(181,9,70); }

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