#B31548

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

Shades of Cardinal #B31548

Tints of Cardinal #B31548

Color information

#B31548 (or 0xB31548) is unknown color: approx Cardinal. HEX triplet: B3, 15 and 48. RGB value is (179,21,72). Sum of RGB (Red+Green+Blue) = 179+21+72=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B31548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31548 is #4CEAB7. Grayscale: #4A4A4A. Windows color (decimal): -5040824 or 4724147. OLE color: 4724147.

HSL color Cylindrical-coordinate representation of color #B31548: hue angle of 340.63º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31548 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB1792172-
CMYK00.880.600.30
HSL340.63º79%39.22%-
HSV(B)340.63º88.27%70.2%-
XYZ20.0310.597.12-
YUV74.06126.85202.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 65.81%
GREEN value IS 21 (8.59% from 255) = 7.72%
BLUE value IS 72 (28.52% from 255) = 26.47%
R=65.81%
G=7.72%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179217200.880.600.30340.637939.22
HexB315480583C1E1554f27
Octal263251100130743652511747
Binary1011001110101100100001011000111100111101010101011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31548; }

 p { color: rgb(179,21,72); }

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

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

 a { background-color: rgb(179,21,72); }

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

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

 span { border-color: rgb(179,21,72); }

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