#B30A39

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

Shades of Cardinal #B30A39

Tints of Cardinal #B30A39

Color information

#B30A39 (or 0xB30A39) is unknown color: approx Cardinal. HEX triplet: B3, 0A and 39. RGB value is (179,10,57). Sum of RGB (Red+Green+Blue) = 179+10+57=246 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.76% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30A39 is #4CF5C6. Grayscale: #414141. Windows color (decimal): -5043655 or 3738291. OLE color: 3738291.

HSL color Cylindrical-coordinate representation of color #B30A39: hue angle of 343.31º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30A39 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB1791057-
CMYK00.940.680.30
HSL343.31º89.42%37.06%-
HSV(B)343.31º94.41%70.2%-
XYZ19.4410.14.8-
YUV65.89122.99208.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 72.76%
GREEN value IS 10 (4.30% from 255) = 4.07%
BLUE value IS 57 (22.66% from 255) = 23.17%
R=72.76%
G=4.07%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179105700.940.680.30343.3189.4237.06
HexB3A3905E441E1575925
Octal263127101361043652713145
Binary101100111010111001010111101000100111101010101111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30A39; }

 p { color: rgb(179,10,57); }

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

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

 a { background-color: rgb(179,10,57); }

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

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

 span { border-color: rgb(179,10,57); }

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