#B71543

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

Shades of Cardinal #B71543

Tints of Cardinal #B71543

Color information

#B71543 (or 0xB71543) is unknown color: approx Cardinal. HEX triplet: B7, 15 and 43. RGB value is (183,21,67). Sum of RGB (Red+Green+Blue) = 183+21+67=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 67 (26.56% from 255 or 24.72% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B71543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71543 is #48EABC. Grayscale: #4A4A4A. Windows color (decimal): -4778685 or 4396471. OLE color: 4396471.

HSL color Cylindrical-coordinate representation of color #B71543: hue angle of 342.96º 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 #B71543 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB1832167-
CMYK00.890.630.28
HSL342.96º79.41%40%-
HSV(B)342.96º88.52%71.76%-
XYZ20.8111.016.34-
YUV74.68123.67205.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 67.53%
GREEN value IS 21 (8.59% from 255) = 7.75%
BLUE value IS 67 (26.56% from 255) = 24.72%
R=67.53%
G=7.75%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183216700.890.630.28342.9679.4140
HexB715430593F1C1574f28
Octal267251030131773452711750
Binary1011011110101100001101011001111111111001010101111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71543; }

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

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

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

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

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

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

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

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