#B50E43

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

Shades of Cardinal #B50E43

Tints of Cardinal #B50E43

Color information

#B50E43 (or 0xB50E43) is unknown color: approx Cardinal. HEX triplet: B5, 0E and 43. RGB value is (181,14,67). Sum of RGB (Red+Green+Blue) = 181+14+67=262 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.08% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 181 - color contains mainly: red. Hex color #B50E43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50E43 is #4AF1BC. Grayscale: #454545. Windows color (decimal): -4911549 or 4394677. OLE color: 4394677.

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

Color convert

RGB1811467-
CMYK00.920.630.29
HSL340.96º85.64%38.24%-
HSV(B)340.96º92.27%70.98%-
XYZ20.2310.546.28-
YUV69.98126.33207.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 69.08%
GREEN value IS 14 (5.86% from 255) = 5.34%
BLUE value IS 67 (26.56% from 255) = 25.57%
R=69.08%
G=5.34%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181146700.920.630.29340.9685.6438.24
HexB5E4305C3F1D1555626
Octal265161030134773552512646
Binary101101011110100001101011100111111111011010101011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50E43; }

 p { color: rgb(181,14,67); }

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

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

 a { background-color: rgb(181,14,67); }

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

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

 span { border-color: rgb(181,14,67); }

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