#B30140

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

Shades of Cardinal #B30140

Tints of Cardinal #B30140

Color information

#B30140 (or 0xB30140) is unknown color: approx Cardinal. HEX triplet: B3, 01 and 40. RGB value is (179,1,64). Sum of RGB (Red+Green+Blue) = 179+1+64=244 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.36% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 179 - color contains mainly: red. Hex color #B30140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30140 is #4CFEBF. Grayscale: #3D3D3D. Windows color (decimal): -5045952 or 4194739. OLE color: 4194739.

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

Color convert

RGB179164-
CMYK00.990.640.30
HSL338.76º98.89%35.29%-
HSV(B)338.76º99.44%70.2%-
XYZ19.539.985.75-
YUV61.4129.47211.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 73.36%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 64 (25.39% from 255) = 26.23%
R=73.36%
G=0.41%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916400.990.640.30338.7698.8935.29
HexB3140063401E1536323
Octal263110001431003652314343
Binary1011001111000000011000111000000111101010100111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30140; }

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

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

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

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

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

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

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

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