#b30c42

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

Shades of Cardinal #B30C42

Tints of Cardinal #B30C42

Color information

#B30C42 (or 0xB30C42) is unknown color: approx Cardinal. HEX triplet: B3, 0C and 42. RGB value is (179,12,66). Sum of RGB (Red+Green+Blue) = 179+12+66=257 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.65% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30C42 is #4CF3BD. Grayscale: #444444. Windows color (decimal): -5043134 or 4328627. OLE color: 4328627.

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

Color convert

RGB1791266-
CMYK00.930.630.30
HSL340.6º87.43%37.45%-
HSV(B)340.6º93.3%70.2%-
XYZ19.7110.246.09-
YUV68.09126.83207.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 69.65%
GREEN value IS 12 (5.08% from 255) = 4.67%
BLUE value IS 66 (26.17% from 255) = 25.68%
R=69.65%
G=4.67%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179126600.930.630.30340.687.4337.45
HexB3C4205D3F1E1555725
Octal263141020135773652512745
Binary101100111100100001001011101111111111101010101011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b30c42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b30c42; }

 p { color: rgb(179,12,66); }

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

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

 a { background-color: rgb(179,12,66); }

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

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

 span { border-color: rgb(179,12,66); }

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