#B30940

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

Shades of Cardinal #B30940

Tints of Cardinal #B30940

Color information

#B30940 (or 0xB30940) is unknown color: approx Cardinal. HEX triplet: B3, 09 and 40. RGB value is (179,9,64). Sum of RGB (Red+Green+Blue) = 179+9+64=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B30940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30940 is #4CF6BF. Grayscale: #424242. Windows color (decimal): -5043904 or 4196787. OLE color: 4196787.

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

Color convert

RGB179964-
CMYK00.950.640.30
HSL340.59º90.43%36.86%-
HSV(B)340.59º94.97%70.2%-
XYZ19.6110.155.78-
YUV66.1126.82208.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 71.03%
GREEN value IS 9 (3.91% from 255) = 3.57%
BLUE value IS 64 (25.39% from 255) = 25.40%
R=71.03%
G=3.57%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17996400.950.640.30340.5990.4336.86
HexB394005F401E1555a25
Octal2631110001371003652513245
Binary1011001110011000000010111111000000111101010101011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30940; }

 p { color: rgb(179,9,64); }

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

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

 a { background-color: rgb(179,9,64); }

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

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

 span { border-color: rgb(179,9,64); }

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