#b41642

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

Shades of Cardinal #B41642

Tints of Cardinal #B41642

Color information

#B41642 (or 0xB41642) is unknown color: approx Cardinal. HEX triplet: B4, 16 and 42. RGB value is (180,22,66). Sum of RGB (Red+Green+Blue) = 180+22+66=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B41642 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41642 is #4BE9BD. Grayscale: #4A4A4A. Windows color (decimal): -4975038 or 4331188. OLE color: 4331188.

HSL color Cylindrical-coordinate representation of color #B41642: hue angle of 343.29º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B41642 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB1802266-
CMYK00.880.630.29
HSL343.29º78.22%39.61%-
HSV(B)343.29º87.78%70.59%-
XYZ20.0910.676.15-
YUV74.26123.35203.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 67.16%
GREEN value IS 22 (8.98% from 255) = 8.21%
BLUE value IS 66 (26.17% from 255) = 24.63%
R=67.16%
G=8.21%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180226600.880.630.29343.2978.2239.61
HexB416420583F1D1574e28
Octal264261020130773552711650
Binary1011010010110100001001011000111111111011010101111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b41642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b41642; }

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

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

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

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

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

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

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

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