#B30F28

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

Shades of Cardinal #B30F28

Tints of Cardinal #B30F28

Color information

#B30F28 (or 0xB30F28) is unknown color: approx Cardinal. HEX triplet: B3, 0F and 28. RGB value is (179,15,40). Sum of RGB (Red+Green+Blue) = 179+15+40=234 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.50% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30F28 is #4CF0D7. Grayscale: #424242. Windows color (decimal): -5042392 or 2625459. OLE color: 2625459.

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

Color convert

RGB1791540-
CMYK00.920.780.30
HSL350.85º84.54%38.04%-
HSV(B)350.85º91.62%70.2%-
XYZ19.1410.082.94-
YUV66.89112.83207.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 76.50%
GREEN value IS 15 (6.25% from 255) = 6.41%
BLUE value IS 40 (16.02% from 255) = 17.09%
R=76.50%
G=6.41%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179154000.920.780.30350.8584.5438.04
HexB3F2805C4E1E15f5526
Octal263175001341163653712546
Binary101100111111101000010111001001110111101010111111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30F28; }

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

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

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

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

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

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

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

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