#B30F2F

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

Shades of Cardinal #B30F2F

Tints of Cardinal #B30F2F

Color information

#B30F2F (or 0xB30F2F) is unknown color: approx Cardinal. HEX triplet: B3, 0F and 2F. RGB value is (179,15,47). Sum of RGB (Red+Green+Blue) = 179+15+47=241 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.27% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30F2F is #4CF0D0. Grayscale: #434343. Windows color (decimal): -5042385 or 3084211. OLE color: 3084211.

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

Color convert

RGB1791547-
CMYK00.920.740.30
HSL348.29º84.54%38.04%-
HSV(B)348.29º91.62%70.2%-
XYZ19.2710.133.63-
YUV67.68116.33207.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 74.27%
GREEN value IS 15 (6.25% from 255) = 6.22%
BLUE value IS 47 (18.75% from 255) = 19.50%
R=74.27%
G=6.22%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179154700.920.740.30348.2984.5438.04
HexB3F2F05C4A1E15c5526
Octal263175701341123653412546
Binary101100111111101111010111001001010111101010111001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30F2F; }

 p { color: rgb(179,15,47); }

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

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

 a { background-color: rgb(179,15,47); }

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

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

 span { border-color: rgb(179,15,47); }

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