#B50231

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

Shades of Cardinal #B50231

Tints of Cardinal #B50231

Color information

#B50231 (or 0xB50231) is unknown color: approx Cardinal. HEX triplet: B5, 02 and 31. RGB value is (181,2,49). Sum of RGB (Red+Green+Blue) = 181+2+49=232 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.02% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 181 - color contains mainly: red. Hex color #B50231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50231 is #4AFDCE. Grayscale: #3C3C3C. Windows color (decimal): -4914639 or 3211957. OLE color: 3211957.

HSL color Cylindrical-coordinate representation of color #B50231: hue angle of 344.25º 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 #B50231 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB181249-
CMYK00.990.730.29
HSL344.25º97.81%35.88%-
HSV(B)344.25º98.9%70.98%-
XYZ19.6310.093.82-
YUV60.88121.3213.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 78.02%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 49 (19.53% from 255) = 21.12%
R=78.02%
G=0.86%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18124900.990.730.29344.2597.8135.88
HexB5231063491D1586224
Octal26526101431113553014244
Binary1011010110110001011000111001001111011010110001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50231; }

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

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

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

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

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

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

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

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