#B41747

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

Shades of Cardinal #B41747

Tints of Cardinal #B41747

Color information

#B41747 (or 0xB41747) is unknown color: approx Cardinal. HEX triplet: B4, 17 and 47. RGB value is (180,23,71). Sum of RGB (Red+Green+Blue) = 180+23+71=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B41747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41747 is #4BE8B8. Grayscale: #4B4B4B. Windows color (decimal): -4974777 or 4659124. OLE color: 4659124.

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

Color convert

RGB1802371-
CMYK00.870.610.29
HSL341.66º77.34%39.8%-
HSV(B)341.66º87.22%70.59%-
XYZ20.2710.776.97-
YUV75.41125.51202.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.69%
GREEN value IS 23 (9.38% from 255) = 8.39%
BLUE value IS 71 (28.12% from 255) = 25.91%
R=65.69%
G=8.39%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180237100.870.610.29341.6677.3439.8
HexB417470573D1D1564d28
Octal264271070127753552611550
Binary1011010010111100011101010111111101111011010101101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41747; }

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

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

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

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

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

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

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

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