#B41342

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

Shades of Cardinal #B41342

Tints of Cardinal #B41342

Color information

#B41342 (or 0xB41342) is unknown color: approx Cardinal. HEX triplet: B4, 13 and 42. RGB value is (180,19,66). Sum of RGB (Red+Green+Blue) = 180+19+66=265 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.92% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 180 - color contains mainly: red. Hex color #B41342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41342 is #4BECBD. Grayscale: #484848. Windows color (decimal): -4975806 or 4330420. OLE color: 4330420.

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

Color convert

RGB1801966-
CMYK00.890.630.29
HSL342.48º80.9%39.02%-
HSV(B)342.48º89.44%70.59%-
XYZ20.0410.566.14-
YUV72.5124.34204.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 67.92%
GREEN value IS 19 (7.81% from 255) = 7.17%
BLUE value IS 66 (26.17% from 255) = 24.91%
R=67.92%
G=7.17%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180196600.890.630.29342.4880.939.02
HexB413420593F1D1565127
Octal264231020131773552612147
Binary1011010010011100001001011001111111111011010101101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41342; }

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

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

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

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

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

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

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

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