#B30C3D

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

Shades of Cardinal #B30C3D

Tints of Cardinal #B30C3D

Color information

#B30C3D (or 0xB30C3D) is unknown color: approx Cardinal. HEX triplet: B3, 0C and 3D. RGB value is (179,12,61). Sum of RGB (Red+Green+Blue) = 179+12+61=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30C3D is #4CF3C2. Grayscale: #434343. Windows color (decimal): -5043139 or 4000947. OLE color: 4000947.

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

Color convert

RGB1791261-
CMYK00.930.660.30
HSL342.4º87.43%37.45%-
HSV(B)342.4º93.3%70.2%-
XYZ19.5610.185.35-
YUV67.52124.33207.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 71.03%
GREEN value IS 12 (5.08% from 255) = 4.76%
BLUE value IS 61 (24.22% from 255) = 24.21%
R=71.03%
G=4.76%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179126100.930.660.30342.487.4337.45
HexB3C3D05D421E1565725
Octal263147501351023652612745
Binary101100111100111101010111011000010111101010101101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30C3D; }

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

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

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

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

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

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

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

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