#B51648

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

Shades of Cardinal #B51648

Tints of Cardinal #B51648

Color information

#B51648 (or 0xB51648) is unknown color: approx Cardinal. HEX triplet: B5, 16 and 48. RGB value is (181,22,72). Sum of RGB (Red+Green+Blue) = 181+22+72=275 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.82% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 181 - color contains mainly: red. Hex color #B51648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51648 is #4AE9B7. Grayscale: #4B4B4B. Windows color (decimal): -4909496 or 4724405. OLE color: 4724405.

HSL color Cylindrical-coordinate representation of color #B51648: hue angle of 341.13º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B51648 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB1812272-
CMYK00.880.600.29
HSL341.13º78.33%39.8%-
HSV(B)341.13º87.85%70.98%-
XYZ20.5110.877.15-
YUV75.24126.18203.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 65.82%
GREEN value IS 22 (8.98% from 255) = 8%
BLUE value IS 72 (28.52% from 255) = 26.18%
R=65.82%
G=8%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181227200.880.600.29341.1378.3339.8
HexB516480583C1D1554e28
Octal265261100130743552511650
Binary1011010110110100100001011000111100111011010101011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51648; }

 p { color: rgb(181,22,72); }

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

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

 a { background-color: rgb(181,22,72); }

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

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

 span { border-color: rgb(181,22,72); }

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