#B41F40

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

Shades of Cardinal #B41F40

Tints of Cardinal #B41F40

Color information

#B41F40 (or 0xB41F40) is unknown color: approx Cardinal. HEX triplet: B4, 1F and 40. RGB value is (180,31,64). Sum of RGB (Red+Green+Blue) = 180+31+64=275 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.45% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41F40 is #4BE0BF. Grayscale: #4F4F4F. Windows color (decimal): -4972736 or 4202420. OLE color: 4202420.

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

Color convert

RGB1803164-
CMYK00.830.640.29
HSL346.71º70.62%41.37%-
HSV(B)346.71º82.78%70.59%-
XYZ20.2411.055.92-
YUV79.31119.36199.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.45%
GREEN value IS 31 (12.5% from 255) = 11.27%
BLUE value IS 64 (25.39% from 255) = 23.27%
R=65.45%
G=11.27%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180316400.830.640.29346.7170.6241.37
HexB41F40053401D15b4729
Octal2643710001231003553310751
Binary10110100111111000000010100111000000111011010110111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41F40; }

 p { color: rgb(180,31,64); }

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

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

 a { background-color: rgb(180,31,64); }

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

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

 span { border-color: rgb(180,31,64); }

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