#B30438

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

Shades of Cardinal #B30438

Tints of Cardinal #B30438

Color information

#B30438 (or 0xB30438) is unknown color: approx Cardinal. HEX triplet: B3, 04 and 38. RGB value is (179,4,56). Sum of RGB (Red+Green+Blue) = 179+4+56=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B30438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30438 is #4CFBC7. Grayscale: #3E3E3E. Windows color (decimal): -5045192 or 3671219. OLE color: 3671219.

HSL color Cylindrical-coordinate representation of color #B30438: hue angle of 342.17º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B30438 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB179456-
CMYK00.980.690.30
HSL342.17º95.63%35.88%-
HSV(B)342.17º97.77%70.2%-
XYZ19.359.964.64-
YUV62.25124.48211.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 74.90%
GREEN value IS 4 (1.95% from 255) = 1.67%
BLUE value IS 56 (22.27% from 255) = 23.43%
R=74.90%
G=1.67%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17945600.980.690.30342.1795.6335.88
HexB3438062451E1566024
Octal26347001421053652614044
Binary10110011100111000011000101000101111101010101101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30438; }

 p { color: rgb(179,4,56); }

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

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

 a { background-color: rgb(179,4,56); }

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

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

 span { border-color: rgb(179,4,56); }

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