#B41141

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

Shades of Cardinal #B41141

Tints of Cardinal #B41141

Color information

#B41141 (or 0xB41141) is unknown color: approx Cardinal. HEX triplet: B4, 11 and 41. RGB value is (180,17,65). Sum of RGB (Red+Green+Blue) = 180+17+65=262 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.70% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 180 - color contains mainly: red. Hex color #B41141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41141 is #4BEEBE. Grayscale: #474747. Windows color (decimal): -4976319 or 4264372. OLE color: 4264372.

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

Color convert

RGB1801765-
CMYK00.910.640.29
HSL342.33º82.74%38.63%-
HSV(B)342.33º90.56%70.59%-
XYZ19.9810.495.97-
YUV71.21124.5205.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 68.70%
GREEN value IS 17 (7.03% from 255) = 6.49%
BLUE value IS 65 (25.78% from 255) = 24.81%
R=68.70%
G=6.49%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180176500.910.640.29342.3382.7438.63
HexB4114105B401D1565327
Octal2642110101331003552612347
Binary10110100100011000001010110111000000111011010101101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41141; }

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

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

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

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

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

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

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

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