#B50745

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

Shades of Cardinal #B50745

Tints of Cardinal #B50745

Color information

#B50745 (or 0xB50745) is unknown color: approx Cardinal. HEX triplet: B5, 07 and 45. RGB value is (181,7,69). Sum of RGB (Red+Green+Blue) = 181+7+69=257 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.43% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 181 - color contains mainly: red. Hex color #B50745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50745 is #4AF8BA. Grayscale: #424242. Windows color (decimal): -4913339 or 4523957. OLE color: 4523957.

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

Color convert

RGB181769-
CMYK00.960.620.29
HSL338.62º92.55%36.86%-
HSV(B)338.62º96.13%70.98%-
XYZ20.2110.416.57-
YUV66.09129.65209.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 70.43%
GREEN value IS 7 (3.12% from 255) = 2.72%
BLUE value IS 69 (27.34% from 255) = 26.85%
R=70.43%
G=2.72%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18176900.960.620.29338.6292.5536.86
HexB57450603E1D1535d25
Octal26571050140763552313545
Binary10110101111100010101100000111110111011010100111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50745; }

 p { color: rgb(181,7,69); }

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

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

 a { background-color: rgb(181,7,69); }

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

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

 span { border-color: rgb(181,7,69); }

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