#B71840

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

Shades of Cardinal #B71840

Tints of Cardinal #B71840

Color information

#B71840 (or 0xB71840) is unknown color: approx Cardinal. HEX triplet: B7, 18 and 40. RGB value is (183,24,64). Sum of RGB (Red+Green+Blue) = 183+24+64=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B71840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71840 is #48E7BF. Grayscale: #4C4C4C. Windows color (decimal): -4777920 or 4200631. OLE color: 4200631.

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

Color convert

RGB1832464-
CMYK00.870.650.28
HSL344.91º76.81%40.59%-
HSV(B)344.91º86.89%71.76%-
XYZ20.7811.095.9-
YUV76.1121.18204.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 67.53%
GREEN value IS 24 (9.77% from 255) = 8.86%
BLUE value IS 64 (25.39% from 255) = 23.62%
R=67.53%
G=8.86%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183246400.870.650.28344.9176.8140.59
HexB71840057411C1594d29
Octal2673010001271013453111551
Binary10110111110001000000010101111000001111001010110011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71840; }

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

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

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

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

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

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

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

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