#B71B44

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

Shades of Cardinal #B71B44

Tints of Cardinal #B71B44

Color information

#B71B44 (or 0xB71B44) is unknown color: approx Cardinal. HEX triplet: B7, 1B and 44. RGB value is (183,27,68). Sum of RGB (Red+Green+Blue) = 183+27+68=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71B44 is #48E4BB. Grayscale: #4E4E4E. Windows color (decimal): -4777148 or 4463543. OLE color: 4463543.

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

Color convert

RGB1832768-
CMYK00.850.630.28
HSL344.23º74.29%41.18%-
HSV(B)344.23º85.25%71.76%-
XYZ20.9611.276.54-
YUV78.32122.18202.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.83%
GREEN value IS 27 (10.94% from 255) = 9.71%
BLUE value IS 68 (26.95% from 255) = 24.46%
R=65.83%
G=9.71%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183276800.850.630.28344.2374.2941.18
HexB71B440553F1C1584a29
Octal267331040125773453011251
Binary1011011111011100010001010101111111111001010110001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71B44; }

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

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

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

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

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

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

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

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