#B30C3A

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

Shades of Cardinal #B30C3A

Tints of Cardinal #B30C3A

Color information

#B30C3A (or 0xB30C3A) is unknown color: approx Cardinal. HEX triplet: B3, 0C and 3A. RGB value is (179,12,58). Sum of RGB (Red+Green+Blue) = 179+12+58=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30C3A is #4CF3C5. Grayscale: #434343. Windows color (decimal): -5043142 or 3804339. OLE color: 3804339.

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

Color convert

RGB1791258-
CMYK00.930.680.30
HSL343.47º87.43%37.45%-
HSV(B)343.47º93.3%70.2%-
XYZ19.4910.154.94-
YUV67.18122.83207.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 71.89%
GREEN value IS 12 (5.08% from 255) = 4.82%
BLUE value IS 58 (23.05% from 255) = 23.29%
R=71.89%
G=4.82%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179125800.930.680.30343.4787.4337.45
HexB3C3A05D441E1575725
Octal263147201351043652712745
Binary101100111100111010010111011000100111101010101111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30C3A; }

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

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

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

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

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

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

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

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