#B41528

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

Shades of Cardinal #B41528

Tints of Cardinal #B41528

Color information

#B41528 (or 0xB41528) is unknown color: approx Cardinal. HEX triplet: B4, 15 and 28. RGB value is (180,21,40). Sum of RGB (Red+Green+Blue) = 180+21+40=241 (31% of max value = 765). Red value is 180 (70.70% from 255 or 74.69% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 180 - color contains mainly: red. Hex color #B41528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41528 is #4BEAD7. Grayscale: #464646. Windows color (decimal): -4975320 or 2626996. OLE color: 2626996.

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

Color convert

RGB1802140-
CMYK00.880.780.29
HSL352.83º79.1%39.41%-
HSV(B)352.83º88.33%70.59%-
XYZ19.4710.392.99-
YUV70.71110.68205.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 74.69%
GREEN value IS 21 (8.59% from 255) = 8.71%
BLUE value IS 40 (16.02% from 255) = 16.60%
R=74.69%
G=8.71%
B=16.60%

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
Decimal180214000.880.780.29352.8379.139.41
HexB415280584E1D1614f27
Octal264255001301163554111747
Binary1011010010101101000010110001001110111011011000011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41528; }

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

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

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

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

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

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

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

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