#B71649

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

Shades of Cardinal #B71649

Tints of Cardinal #B71649

Color information

#B71649 (or 0xB71649) is unknown color: approx Cardinal. HEX triplet: B7, 16 and 49. RGB value is (183,22,73). Sum of RGB (Red+Green+Blue) = 183+22+73=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B71649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71649 is #48E9B6. Grayscale: #4B4B4B. Windows color (decimal): -4778423 or 4789943. OLE color: 4789943.

HSL color Cylindrical-coordinate representation of color #B71649: hue angle of 340.99º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71649 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB1832273-
CMYK00.880.600.28
HSL340.99º78.54%40.2%-
HSV(B)340.99º87.98%71.76%-
XYZ21.0211.127.34-
YUV75.95126.34204.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.83%
GREEN value IS 22 (8.98% from 255) = 7.91%
BLUE value IS 73 (28.91% from 255) = 26.26%
R=65.83%
G=7.91%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183227300.880.600.28340.9978.5440.2
HexB716490583C1C1554f28
Octal267261110130743452511750
Binary1011011110110100100101011000111100111001010101011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71649; }

 p { color: rgb(183,22,73); }

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

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

 a { background-color: rgb(183,22,73); }

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

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

 span { border-color: rgb(183,22,73); }

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