#B30A38

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

Shades of Cardinal #B30A38

Tints of Cardinal #B30A38

Color information

#B30A38 (or 0xB30A38) is unknown color: approx Cardinal. HEX triplet: B3, 0A and 38. RGB value is (179,10,56). Sum of RGB (Red+Green+Blue) = 179+10+56=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30A38 is #4CF5C7. Grayscale: #414141. Windows color (decimal): -5043656 or 3672755. OLE color: 3672755.

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

Color convert

RGB1791056-
CMYK00.940.690.30
HSL343.67º89.42%37.06%-
HSV(B)343.67º94.41%70.2%-
XYZ19.4110.094.67-
YUV65.78122.49208.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 73.06%
GREEN value IS 10 (4.30% from 255) = 4.08%
BLUE value IS 56 (22.27% from 255) = 22.86%
R=73.06%
G=4.08%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179105600.940.690.30343.6789.4237.06
HexB3A3805E451E1585925
Octal263127001361053653013145
Binary101100111010111000010111101000101111101010110001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30A38; }

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

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

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

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

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

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

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

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