#B41527

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

Shades of Cardinal #B41527

Tints of Cardinal #B41527

Color information

#B41527 (or 0xB41527) is unknown color: approx Cardinal. HEX triplet: B4, 15 and 27. RGB value is (180,21,39). Sum of RGB (Red+Green+Blue) = 180+21+39=240 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 180 - color contains mainly: red. Hex color #B41527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41527 is #4BEAD8. Grayscale: #464646. Windows color (decimal): -4975321 or 2561460. OLE color: 2561460.

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

Color convert

RGB1802139-
CMYK00.880.780.29
HSL353.21º79.1%39.41%-
HSV(B)353.21º88.33%70.59%-
XYZ19.4610.392.9-
YUV70.59110.18206.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 75%
GREEN value IS 21 (8.59% from 255) = 8.75%
BLUE value IS 39 (15.62% from 255) = 16.25%
R=75%
G=8.75%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180213900.880.780.29353.2179.139.41
HexB415270584E1D1614f27
Octal264254701301163554111747
Binary1011010010101100111010110001001110111011011000011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41527; }

 p { color: rgb(180,21,39); }

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

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

 a { background-color: rgb(180,21,39); }

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

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

 span { border-color: rgb(180,21,39); }

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