#B30A3A

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

Shades of Cardinal #B30A3A

Tints of Cardinal #B30A3A

Color information

#B30A3A (or 0xB30A3A) is unknown color: approx Cardinal. HEX triplet: B3, 0A and 3A. RGB value is (179,10,58). Sum of RGB (Red+Green+Blue) = 179+10+58=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30A3A is #4CF5C5. Grayscale: #414141. Windows color (decimal): -5043654 or 3803827. OLE color: 3803827.

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

Color convert

RGB1791058-
CMYK00.940.680.30
HSL342.96º89.42%37.06%-
HSV(B)342.96º94.41%70.2%-
XYZ19.4610.114.93-
YUV66123.49208.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 72.47%
GREEN value IS 10 (4.30% from 255) = 4.05%
BLUE value IS 58 (23.05% from 255) = 23.48%
R=72.47%
G=4.05%
B=23.48%

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
Decimal179105800.940.680.30342.9689.4237.06
HexB3A3A05E441E1575925
Octal263127201361043652713145
Binary101100111010111010010111101000100111101010101111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30A3A; }

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

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

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

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

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

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

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

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