#B0174A

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

Shades of Cardinal #B0174A

Tints of Cardinal #B0174A

Color information

#B0174A (or 0xB0174A) is unknown color: approx Cardinal. HEX triplet: B0, 17 and 4A. RGB value is (176,23,74). Sum of RGB (Red+Green+Blue) = 176+23+74=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B0174A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0174A is #4FE8B5. Grayscale: #4A4A4A. Windows color (decimal): -5236918 or 4855728. OLE color: 4855728.

HSL color Cylindrical-coordinate representation of color #B0174A: hue angle of 340º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B0174A is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB1762374-
CMYK00.870.580.31
HSL340º76.88%39.02%-
HSV(B)340º86.93%69.02%-
XYZ19.4510.347.45-
YUV74.56127.69200.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 64.47%
GREEN value IS 23 (9.38% from 255) = 8.42%
BLUE value IS 74 (29.30% from 255) = 27.11%
R=64.47%
G=8.42%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176237400.870.580.3134076.8839.02
HexB0174A0573A1F1544d27
Octal260271120127723752411547
Binary1011000010111100101001010111111010111111010101001001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0174A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0174A; }

 p { color: rgb(176,23,74); }

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

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

 a { background-color: rgb(176,23,74); }

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

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

 span { border-color: rgb(176,23,74); }

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