#B30E46

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

Shades of Cardinal #B30E46

Tints of Cardinal #B30E46

Color information

#B30E46 (or 0xB30E46) is unknown color: approx Cardinal. HEX triplet: B3, 0E and 46. RGB value is (179,14,70). Sum of RGB (Red+Green+Blue) = 179+14+70=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B30E46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30E46 is #4CF1B9. Grayscale: #454545. Windows color (decimal): -5042618 or 4591283. OLE color: 4591283.

HSL color Cylindrical-coordinate representation of color #B30E46: hue angle of 339.64º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30E46 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB1791470-
CMYK00.920.610.30
HSL339.64º85.49%37.84%-
HSV(B)339.64º92.18%70.2%-
XYZ19.8510.346.74-
YUV69.72128.16205.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 68.06%
GREEN value IS 14 (5.86% from 255) = 5.32%
BLUE value IS 70 (27.73% from 255) = 26.62%
R=68.06%
G=5.32%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179147000.920.610.30339.6485.4937.84
HexB3E4605C3D1E1545526
Octal263161060134753652412546
Binary101100111110100011001011100111101111101010101001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30E46; }

 p { color: rgb(179,14,70); }

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

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

 a { background-color: rgb(179,14,70); }

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

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

 span { border-color: rgb(179,14,70); }

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