#B50232

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

Shades of Cardinal #B50232

Tints of Cardinal #B50232

Color information

#B50232 (or 0xB50232) is unknown color: approx Cardinal. HEX triplet: B5, 02 and 32. RGB value is (181,2,50). Sum of RGB (Red+Green+Blue) = 181+2+50=233 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.68% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 181 - color contains mainly: red. Hex color #B50232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50232 is #4AFDCD. Grayscale: #3C3C3C. Windows color (decimal): -4914638 or 3277493. OLE color: 3277493.

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

Color convert

RGB181250-
CMYK00.990.720.29
HSL343.91º97.81%35.88%-
HSV(B)343.91º98.9%70.98%-
XYZ19.6510.13.93-
YUV60.99121.8213.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 77.68%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 50 (19.92% from 255) = 21.46%
R=77.68%
G=0.86%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18125000.990.720.29343.9197.8135.88
HexB5232063481D1586224
Octal26526201431103553014244
Binary1011010110110010011000111001000111011010110001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50232; }

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

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

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

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

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

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

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

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