#B71E43

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

Shades of Cardinal #B71E43

Tints of Cardinal #B71E43

Color information

#B71E43 (or 0xB71E43) is unknown color: approx Cardinal. HEX triplet: B7, 1E and 43. RGB value is (183,30,67). Sum of RGB (Red+Green+Blue) = 183+30+67=280 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.36% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71E43 is #48E1BC. Grayscale: #4F4F4F. Windows color (decimal): -4776381 or 4398775. OLE color: 4398775.

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

Color convert

RGB1833067-
CMYK00.840.630.28
HSL345.49º71.83%41.76%-
HSV(B)345.49º83.61%71.76%-
XYZ21.0111.46.4-
YUV79.96120.69201.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.36%
GREEN value IS 30 (12.11% from 255) = 10.71%
BLUE value IS 67 (26.56% from 255) = 23.93%
R=65.36%
G=10.71%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183306700.840.630.28345.4971.8341.76
HexB71E430543F1C159482a
Octal267361030124773453111052
Binary1011011111110100001101010100111111111001010110011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71E43; }

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

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

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

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

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

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

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

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