#B31648

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

Shades of Cardinal #B31648

Tints of Cardinal #B31648

Color information

#B31648 (or 0xB31648) is unknown color: approx Cardinal. HEX triplet: B3, 16 and 48. RGB value is (179,22,72). Sum of RGB (Red+Green+Blue) = 179+22+72=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B31648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31648 is #4CE9B7. Grayscale: #4A4A4A. Windows color (decimal): -5040568 or 4724403. OLE color: 4724403.

HSL color Cylindrical-coordinate representation of color #B31648: hue angle of 340.89º degrees, saturation: 0.78, 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 #B31648 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB1792272-
CMYK00.880.600.30
HSL340.89º78.11%39.41%-
HSV(B)340.89º87.71%70.2%-
XYZ20.0510.637.13-
YUV74.64126.51202.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 65.57%
GREEN value IS 22 (8.98% from 255) = 8.06%
BLUE value IS 72 (28.52% from 255) = 26.37%
R=65.57%
G=8.06%
B=26.37%

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
Decimal179227200.880.600.30340.8978.1139.41
HexB316480583C1E1554e27
Octal263261100130743652511647
Binary1011001110110100100001011000111100111101010101011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31648; }

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

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

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

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

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

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

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

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