#B71540

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

Shades of Cardinal #B71540

Tints of Cardinal #B71540

Color information

#B71540 (or 0xB71540) is unknown color: approx Cardinal. HEX triplet: B7, 15 and 40. RGB value is (183,21,64). Sum of RGB (Red+Green+Blue) = 183+21+64=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B71540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71540 is #48EABF. Grayscale: #4A4A4A. Windows color (decimal): -4778688 or 4199863. OLE color: 4199863.

HSL color Cylindrical-coordinate representation of color #B71540: hue angle of 344.07º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71540 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB1832164-
CMYK00.890.650.28
HSL344.07º79.41%40%-
HSV(B)344.07º88.52%71.76%-
XYZ20.7210.975.88-
YUV74.34122.17205.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 68.28%
GREEN value IS 21 (8.59% from 255) = 7.84%
BLUE value IS 64 (25.39% from 255) = 23.88%
R=68.28%
G=7.84%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183216400.890.650.28344.0779.4140
HexB71540059411C1584f28
Octal2672510001311013453011750
Binary10110111101011000000010110011000001111001010110001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71540; }

 p { color: rgb(183,21,64); }

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

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

 a { background-color: rgb(183,21,64); }

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

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

 span { border-color: rgb(183,21,64); }

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