#B30639

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

Shades of Cardinal #B30639

Tints of Cardinal #B30639

Color information

#B30639 (or 0xB30639) is unknown color: approx Cardinal. HEX triplet: B3, 06 and 39. RGB value is (179,6,57). Sum of RGB (Red+Green+Blue) = 179+6+57=242 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.97% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 179 - color contains mainly: red. Hex color #B30639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30639 is #4CF9C6. Grayscale: #3F3F3F. Windows color (decimal): -5044679 or 3737267. OLE color: 3737267.

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

Color convert

RGB179657-
CMYK00.970.680.30
HSL342.31º93.51%36.27%-
HSV(B)342.31º96.65%70.2%-
XYZ19.3910.014.78-
YUV63.54124.31210.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 73.97%
GREEN value IS 6 (2.73% from 255) = 2.48%
BLUE value IS 57 (22.66% from 255) = 23.55%
R=73.97%
G=2.48%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17965700.970.680.30342.3193.5136.27
HexB3639061441E1565e24
Octal26367101411043652613644
Binary10110011110111001011000011000100111101010101101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30639; }

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

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

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

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

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

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

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

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