#B41241

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

Shades of Cardinal #B41241

Tints of Cardinal #B41241

Color information

#B41241 (or 0xB41241) is unknown color: approx Cardinal. HEX triplet: B4, 12 and 41. RGB value is (180,18,65). Sum of RGB (Red+Green+Blue) = 180+18+65=263 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.44% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 180 - color contains mainly: red. Hex color #B41241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41241 is #4BEDBE. Grayscale: #474747. Windows color (decimal): -4976063 or 4264628. OLE color: 4264628.

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

Color convert

RGB1801865-
CMYK00.90.640.29
HSL342.59º81.82%38.82%-
HSV(B)342.59º90%70.59%-
XYZ19.9910.525.98-
YUV71.8124.17205.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 68.44%
GREEN value IS 18 (7.42% from 255) = 6.84%
BLUE value IS 65 (25.78% from 255) = 24.71%
R=68.44%
G=6.84%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180186500.90.640.29342.5981.8238.82
HexB4124105A401D1575227
Octal2642210101321003552712247
Binary10110100100101000001010110101000000111011010101111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41241; }

 p { color: rgb(180,18,65); }

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

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

 a { background-color: rgb(180,18,65); }

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

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

 span { border-color: rgb(180,18,65); }

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