#B31948

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

Shades of Cardinal #B31948

Tints of Cardinal #B31948

Color information

#B31948 (or 0xB31948) is unknown color: approx Cardinal. HEX triplet: B3, 19 and 48. RGB value is (179,25,72). Sum of RGB (Red+Green+Blue) = 179+25+72=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B31948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31948 is #4CE6B7. Grayscale: #4C4C4C. Windows color (decimal): -5039800 or 4725171. OLE color: 4725171.

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

Color convert

RGB1792572-
CMYK00.860.600.30
HSL341.69º75.49%40%-
HSV(B)341.69º86.03%70.2%-
XYZ20.1110.757.15-
YUV76.4125.52201.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 64.86%
GREEN value IS 25 (10.16% from 255) = 9.06%
BLUE value IS 72 (28.52% from 255) = 26.09%
R=64.86%
G=9.06%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179257200.860.600.30341.6975.4940
HexB319480563C1E1564b28
Octal263311100126743652611350
Binary1011001111001100100001010110111100111101010101101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31948; }

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

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

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

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

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

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

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

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