#B71043

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

Shades of Cardinal #B71043

Tints of Cardinal #B71043

Color information

#B71043 (or 0xB71043) is unknown color: approx Cardinal. HEX triplet: B7, 10 and 43. RGB value is (183,16,67). Sum of RGB (Red+Green+Blue) = 183+16+67=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B71043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71043 is #48EFBC. Grayscale: #474747. Windows color (decimal): -4779965 or 4395191. OLE color: 4395191.

HSL color Cylindrical-coordinate representation of color #B71043: hue angle of 341.68º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71043 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB1831667-
CMYK00.910.630.28
HSL341.68º83.92%39.02%-
HSV(B)341.68º91.26%71.76%-
XYZ20.7310.846.31-
YUV71.75125.33207.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 68.80%
GREEN value IS 16 (6.64% from 255) = 6.02%
BLUE value IS 67 (26.56% from 255) = 25.19%
R=68.80%
G=6.02%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183166700.910.630.28341.6883.9239.02
HexB7104305B3F1C1565427
Octal267201030133773452612447
Binary1011011110000100001101011011111111111001010101101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71043; }

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

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

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

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

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

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

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

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