#B31048

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

Shades of Cardinal #B31048

Tints of Cardinal #B31048

Color information

#B31048 (or 0xB31048) is unknown color: approx Cardinal. HEX triplet: B3, 10 and 48. RGB value is (179,16,72). Sum of RGB (Red+Green+Blue) = 179+16+72=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B31048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31048 is #4CEFB7. Grayscale: #474747. Windows color (decimal): -5042104 or 4722867. OLE color: 4722867.

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

Color convert

RGB1791672-
CMYK00.910.600.30
HSL339.39º83.59%38.24%-
HSV(B)339.39º91.06%70.2%-
XYZ19.9510.427.09-
YUV71.12128.5204.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 67.04%
GREEN value IS 16 (6.64% from 255) = 5.99%
BLUE value IS 72 (28.52% from 255) = 26.97%
R=67.04%
G=5.99%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179167200.910.600.30339.3983.5938.24
HexB3104805B3C1E1535426
Octal263201100133743652312446
Binary1011001110000100100001011011111100111101010100111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31048; }

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

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

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

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

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

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

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

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