#B4173A

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

Shades of Cardinal #B4173A

Tints of Cardinal #B4173A

Color information

#B4173A (or 0xB4173A) is unknown color: approx Cardinal. HEX triplet: B4, 17 and 3A. RGB value is (180,23,58). Sum of RGB (Red+Green+Blue) = 180+23+58=261 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.97% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 180 - color contains mainly: red. Hex color #B4173A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4173A is #4BE8C5. Grayscale: #494949. Windows color (decimal): -4974790 or 3807156. OLE color: 3807156.

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

Color convert

RGB1802358-
CMYK00.870.680.29
HSL346.62º77.34%39.8%-
HSV(B)346.62º87.22%70.59%-
XYZ19.8910.625-
YUV73.93119.01203.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 68.97%
GREEN value IS 23 (9.38% from 255) = 8.81%
BLUE value IS 58 (23.05% from 255) = 22.22%
R=68.97%
G=8.81%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180235800.870.680.29346.6277.3439.8
HexB4173A057441D15b4d28
Octal264277201271043553311550
Binary1011010010111111010010101111000100111011010110111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4173A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4173A; }

 p { color: rgb(180,23,58); }

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

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

 a { background-color: rgb(180,23,58); }

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

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

 span { border-color: rgb(180,23,58); }

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