#B01748

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

Shades of Cardinal #B01748

Tints of Cardinal #B01748

Color information

#B01748 (or 0xB01748) is unknown color: approx Cardinal. HEX triplet: B0, 17 and 48. RGB value is (176,23,72). Sum of RGB (Red+Green+Blue) = 176+23+72=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B01748 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01748 is #4FE8B7. Grayscale: #4A4A4A. Windows color (decimal): -5236920 or 4724656. OLE color: 4724656.

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

Color convert

RGB1762372-
CMYK00.870.590.31
HSL340.78º76.88%39.02%-
HSV(B)340.78º86.93%69.02%-
XYZ19.3810.317.1-
YUV74.33126.69200.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 64.94%
GREEN value IS 23 (9.38% from 255) = 8.49%
BLUE value IS 72 (28.52% from 255) = 26.57%
R=64.94%
G=8.49%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176237200.870.590.31340.7876.8839.02
HexB017480573B1F1554d27
Octal260271100127733752511547
Binary1011000010111100100001010111111011111111010101011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01748; }

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

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

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

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

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

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

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

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