#B41529

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

Shades of Cardinal #B41529

Tints of Cardinal #B41529

Color information

#B41529 (or 0xB41529) is unknown color: approx Cardinal. HEX triplet: B4, 15 and 29. RGB value is (180,21,41). Sum of RGB (Red+Green+Blue) = 180+21+41=242 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.38% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 180 - color contains mainly: red. Hex color #B41529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41529 is #4BEAD6. Grayscale: #464646. Windows color (decimal): -4975319 or 2692532. OLE color: 2692532.

HSL color Cylindrical-coordinate representation of color #B41529: hue angle of 352.45º 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 #B41529 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB1802141-
CMYK00.880.770.29
HSL352.45º79.1%39.41%-
HSV(B)352.45º88.33%70.59%-
XYZ19.4910.43.08-
YUV70.82111.18205.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 74.38%
GREEN value IS 21 (8.59% from 255) = 8.68%
BLUE value IS 41 (16.41% from 255) = 16.94%
R=74.38%
G=8.68%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180214100.880.770.29352.4579.139.41
HexB415290584D1D1604f27
Octal264255101301153554011747
Binary1011010010101101001010110001001101111011011000001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41529; }

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

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

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

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

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

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

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

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