#B41341

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

Shades of Cardinal #B41341

Tints of Cardinal #B41341

Color information

#B41341 (or 0xB41341) is unknown color: approx Cardinal. HEX triplet: B4, 13 and 41. RGB value is (180,19,65). Sum of RGB (Red+Green+Blue) = 180+19+65=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B41341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41341 is #4BECBE. Grayscale: #484848. Windows color (decimal): -4975807 or 4264884. OLE color: 4264884.

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

Color convert

RGB1801965-
CMYK00.890.640.29
HSL342.86º80.9%39.02%-
HSV(B)342.86º89.44%70.59%-
XYZ20.0110.555.98-
YUV72.38123.84204.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 68.18%
GREEN value IS 19 (7.81% from 255) = 7.20%
BLUE value IS 65 (25.78% from 255) = 24.62%
R=68.18%
G=7.20%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180196500.890.640.29342.8680.939.02
HexB41341059401D1575127
Octal2642310101311003552712147
Binary10110100100111000001010110011000000111011010101111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41341; }

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

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

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

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

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

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

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

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