#B5173F

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

Shades of Cardinal #B5173F

Tints of Cardinal #B5173F

Color information

#B5173F (or 0xB5173F) is unknown color: approx Cardinal. HEX triplet: B5, 17 and 3F. RGB value is (181,23,63). Sum of RGB (Red+Green+Blue) = 181+23+63=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B5173F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5173F is #4AE8C0. Grayscale: #4A4A4A. Windows color (decimal): -4909249 or 4134837. OLE color: 4134837.

HSL color Cylindrical-coordinate representation of color #B5173F: hue angle of 344.81º 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 #B5173F is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB1812363-
CMYK00.870.650.29
HSL344.81º77.45%40%-
HSV(B)344.81º87.29%70.98%-
XYZ20.2610.85.72-
YUV74.8121.35203.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 67.79%
GREEN value IS 23 (9.38% from 255) = 8.61%
BLUE value IS 63 (25% from 255) = 23.60%
R=67.79%
G=8.61%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181236300.870.650.29344.8177.4540
HexB5173F057411D1594d28
Octal265277701271013553111550
Binary1011010110111111111010101111000001111011010110011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5173F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5173F; }

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

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

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

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

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

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

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

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