#B41742

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

Shades of Cardinal #B41742

Tints of Cardinal #B41742

Color information

#B41742 (or 0xB41742) is unknown color: approx Cardinal. HEX triplet: B4, 17 and 42. RGB value is (180,23,66). Sum of RGB (Red+Green+Blue) = 180+23+66=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B41742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41742 is #4BE8BD. Grayscale: #4A4A4A. Windows color (decimal): -4974782 or 4331444. OLE color: 4331444.

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

Color convert

RGB1802366-
CMYK00.870.630.29
HSL343.57º77.34%39.8%-
HSV(B)343.57º87.22%70.59%-
XYZ20.1110.716.16-
YUV74.84123.01203-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.91%
GREEN value IS 23 (9.38% from 255) = 8.55%
BLUE value IS 66 (26.17% from 255) = 24.54%
R=66.91%
G=8.55%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180236600.870.630.29343.5777.3439.8
HexB417420573F1D1584d28
Octal264271020127773553011550
Binary1011010010111100001001010111111111111011010110001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41742; }

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

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

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

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

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

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

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

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