#B50332

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

Shades of Cardinal #B50332

Tints of Cardinal #B50332

Color information

#B50332 (or 0xB50332) is unknown color: approx Cardinal. HEX triplet: B5, 03 and 32. RGB value is (181,3,50). Sum of RGB (Red+Green+Blue) = 181+3+50=234 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.35% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 181 - color contains mainly: red. Hex color #B50332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50332 is #4AFCCD. Grayscale: #3D3D3D. Windows color (decimal): -4914382 or 3277749. OLE color: 3277749.

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

Color convert

RGB181350-
CMYK00.980.720.29
HSL344.16º96.74%36.08%-
HSV(B)344.16º98.34%70.98%-
XYZ19.6610.123.93-
YUV61.58121.47213.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 77.35%
GREEN value IS 3 (1.56% from 255) = 1.28%
BLUE value IS 50 (19.92% from 255) = 21.37%
R=77.35%
G=1.28%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18135000.980.720.29344.1696.7436.08
HexB5332062481D1586124
Octal26536201421103553014144
Binary1011010111110010011000101001000111011010110001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50332; }

 p { color: rgb(181,3,50); }

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

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

 a { background-color: rgb(181,3,50); }

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

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

 span { border-color: rgb(181,3,50); }

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