#B51234

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

Shades of Cardinal #B51234

Tints of Cardinal #B51234

Color information

#B51234 (or 0xB51234) is unknown color: approx Cardinal. HEX triplet: B5, 12 and 34. RGB value is (181,18,52). Sum of RGB (Red+Green+Blue) = 181+18+52=251 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.11% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 181 - color contains mainly: red. Hex color #B51234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51234 is #4AEDCB. Grayscale: #464646. Windows color (decimal): -4910540 or 3412661. OLE color: 3412661.

HSL color Cylindrical-coordinate representation of color #B51234: hue angle of 347.48º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B51234 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB1811852-
CMYK00.900.710.29
HSL347.48º81.91%39.02%-
HSV(B)347.48º90.06%70.98%-
XYZ19.8910.54.23-
YUV70.61117.5206.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 72.11%
GREEN value IS 18 (7.42% from 255) = 7.17%
BLUE value IS 52 (20.70% from 255) = 20.72%
R=72.11%
G=7.17%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181185200.900.710.29347.4881.9139.02
HexB5123405A471D15b5227
Octal265226401321073553312247
Binary1011010110010110100010110101000111111011010110111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51234; }

 p { color: rgb(181,18,52); }

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

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

 a { background-color: rgb(181,18,52); }

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

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

 span { border-color: rgb(181,18,52); }

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