#B71A48

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

Shades of Cardinal #B71A48

Tints of Cardinal #B71A48

Color information

#B71A48 (or 0xB71A48) is unknown color: approx Cardinal. HEX triplet: B7, 1A and 48. RGB value is (183,26,72). Sum of RGB (Red+Green+Blue) = 183+26+72=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B71A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71A48 is #48E5B7. Grayscale: #4E4E4E. Windows color (decimal): -4777400 or 4725431. OLE color: 4725431.

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

Color convert

RGB1832672-
CMYK00.860.610.28
HSL342.42º75.12%40.98%-
HSV(B)342.42º85.79%71.76%-
XYZ21.0711.277.2-
YUV78.19124.51202.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.12%
GREEN value IS 26 (10.55% from 255) = 9.25%
BLUE value IS 72 (28.52% from 255) = 25.62%
R=65.12%
G=9.25%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183267200.860.610.28342.4275.1240.98
HexB71A480563D1C1564b29
Octal267321100126753452611351
Binary1011011111010100100001010110111101111001010101101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71A48; }

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

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

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

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

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

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

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

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