#B51743

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

Shades of Cardinal #B51743

Tints of Cardinal #B51743

Color information

#B51743 (or 0xB51743) is unknown color: approx Cardinal. HEX triplet: B5, 17 and 43. RGB value is (181,23,67). Sum of RGB (Red+Green+Blue) = 181+23+67=271 (35% of max value = 765). Red value is 181 (71.09% from 255 or 66.79% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 67 (26.56% from 255 or 24.72% from 271); Max value from RGB is 181 - color contains mainly: red. Hex color #B51743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51743 is #4AE8BC. Grayscale: #4B4B4B. Windows color (decimal): -4909245 or 4396981. OLE color: 4396981.

HSL color Cylindrical-coordinate representation of color #B51743: hue angle of 343.29º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B51743 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB1812367-
CMYK00.870.630.29
HSL343.29º77.45%40%-
HSV(B)343.29º87.29%70.98%-
XYZ20.3810.846.33-
YUV75.26123.35203.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 66.79%
GREEN value IS 23 (9.38% from 255) = 8.49%
BLUE value IS 67 (26.56% from 255) = 24.72%
R=66.79%
G=8.49%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181236700.870.630.29343.2977.4540
HexB517430573F1D1574d28
Octal265271030127773552711550
Binary1011010110111100001101010111111111111011010101111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51743; }

 p { color: rgb(181,23,67); }

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

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

 a { background-color: rgb(181,23,67); }

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

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

 span { border-color: rgb(181,23,67); }

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