#B71B48

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

Shades of Cardinal #B71B48

Tints of Cardinal #B71B48

Color information

#B71B48 (or 0xB71B48) is unknown color: approx Cardinal. HEX triplet: B7, 1B and 48. RGB value is (183,27,72). Sum of RGB (Red+Green+Blue) = 183+27+72=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71B48 is #48E4B7. Grayscale: #4E4E4E. Windows color (decimal): -4777144 or 4725687. OLE color: 4725687.

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

Color convert

RGB1832772-
CMYK00.850.610.28
HSL342.69º74.29%41.18%-
HSV(B)342.69º85.25%71.76%-
XYZ21.0911.327.2-
YUV78.77124.18202.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 64.89%
GREEN value IS 27 (10.94% from 255) = 9.57%
BLUE value IS 72 (28.52% from 255) = 25.53%
R=64.89%
G=9.57%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183277200.850.610.28342.6974.2941.18
HexB71B480553D1C1574a29
Octal267331100125753452711251
Binary1011011111011100100001010101111101111001010101111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71B48; }

 p { color: rgb(183,27,72); }

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

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

 a { background-color: rgb(183,27,72); }

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

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

 span { border-color: rgb(183,27,72); }

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