#B30E45

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

Shades of Cardinal #B30E45

Tints of Cardinal #B30E45

Color information

#B30E45 (or 0xB30E45) is unknown color: approx Cardinal. HEX triplet: B3, 0E and 45. RGB value is (179,14,69). Sum of RGB (Red+Green+Blue) = 179+14+69=262 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.32% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 179 - color contains mainly: red. Hex color #B30E45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30E45 is #4CF1BA. Grayscale: #454545. Windows color (decimal): -5042619 or 4525747. OLE color: 4525747.

HSL color Cylindrical-coordinate representation of color #B30E45: hue angle of 340º 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 #B30E45 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB1791469-
CMYK00.920.610.30
HSL340º85.49%37.84%-
HSV(B)340º92.18%70.2%-
XYZ19.8210.336.58-
YUV69.6127.66206.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 68.32%
GREEN value IS 14 (5.86% from 255) = 5.34%
BLUE value IS 69 (27.34% from 255) = 26.34%
R=68.32%
G=5.34%
B=26.34%

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
Decimal179146900.920.610.3034085.4937.84
HexB3E4505C3D1E1545526
Octal263161050134753652412546
Binary101100111110100010101011100111101111101010101001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30E45; }

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

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

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

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

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

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

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

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