#B71746

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

Shades of Cardinal #B71746

Tints of Cardinal #B71746

Color information

#B71746 (or 0xB71746) is unknown color: approx Cardinal. HEX triplet: B7, 17 and 46. RGB value is (183,23,70). Sum of RGB (Red+Green+Blue) = 183+23+70=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B71746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71746 is #48E8B9. Grayscale: #4C4C4C. Windows color (decimal): -4778170 or 4593591. OLE color: 4593591.

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

Color convert

RGB1832370-
CMYK00.870.620.28
HSL342.38º77.67%40.39%-
HSV(B)342.38º87.43%71.76%-
XYZ20.9411.126.84-
YUV76.2124.51204.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 66.30%
GREEN value IS 23 (9.38% from 255) = 8.33%
BLUE value IS 70 (27.73% from 255) = 25.36%
R=66.30%
G=8.33%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183237000.870.620.28342.3877.6740.39
HexB717460573E1C1564e28
Octal267271060127763452611650
Binary1011011110111100011001010111111110111001010101101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71746; }

 p { color: rgb(183,23,70); }

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

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

 a { background-color: rgb(183,23,70); }

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

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

 span { border-color: rgb(183,23,70); }

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