#B41B48

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

Shades of Cardinal #B41B48

Tints of Cardinal #B41B48

Color information

#B41B48 (or 0xB41B48) is unknown color: approx Cardinal. HEX triplet: B4, 1B and 48. RGB value is (180,27,72). Sum of RGB (Red+Green+Blue) = 180+27+72=279 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.52% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 180 - color contains mainly: red. Hex color #B41B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41B48 is #4BE4B7. Grayscale: #4D4D4D. Windows color (decimal): -4973752 or 4725684. OLE color: 4725684.

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

Color convert

RGB1802772-
CMYK00.850.600.29
HSL342.35º73.91%40.59%-
HSV(B)342.35º85%70.59%-
XYZ20.3810.967.17-
YUV77.88124.69200.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 64.52%
GREEN value IS 27 (10.94% from 255) = 9.68%
BLUE value IS 72 (28.52% from 255) = 25.81%
R=64.52%
G=9.68%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180277200.850.600.29342.3573.9140.59
HexB41B480553C1D1564a29
Octal264331100125743552611251
Binary1011010011011100100001010101111100111011010101101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41B48; }

 p { color: rgb(180,27,72); }

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

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

 a { background-color: rgb(180,27,72); }

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

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

 span { border-color: rgb(180,27,72); }

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