#B30D30

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

Shades of Cardinal #B30D30

Tints of Cardinal #B30D30

Color information

#B30D30 (or 0xB30D30) is unknown color: approx Cardinal. HEX triplet: B3, 0D and 30. RGB value is (179,13,48). Sum of RGB (Red+Green+Blue) = 179+13+48=240 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.58% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 179 - color contains mainly: red. Hex color #B30D30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30D30 is #4CF2CF. Grayscale: #424242. Windows color (decimal): -5042896 or 3149235. OLE color: 3149235.

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

Color convert

RGB1791348-
CMYK00.930.730.30
HSL347.35º86.46%37.65%-
HSV(B)347.35º92.74%70.2%-
XYZ19.2710.083.73-
YUV66.62117.5208.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 74.58%
GREEN value IS 13 (5.47% from 255) = 5.42%
BLUE value IS 48 (19.14% from 255) = 20%
R=74.58%
G=5.42%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179134800.930.730.30347.3586.4637.65
HexB3D3005D491E15b5626
Octal263156001351113653312646
Binary101100111101110000010111011001001111101010110111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30D30; }

 p { color: rgb(179,13,48); }

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

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

 a { background-color: rgb(179,13,48); }

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

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

 span { border-color: rgb(179,13,48); }

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