#B01040

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

Shades of Cardinal #B01040

Tints of Cardinal #B01040

Color information

#B01040 (or 0xB01040) is unknown color: approx Cardinal. HEX triplet: B0, 10 and 40. RGB value is (176,16,64). Sum of RGB (Red+Green+Blue) = 176+16+64=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B01040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01040 is #4FEFBF. Grayscale: #454545. Windows color (decimal): -5238720 or 4198576. OLE color: 4198576.

HSL color Cylindrical-coordinate representation of color #B01040: hue angle of 342º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B01040 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB1761664-
CMYK00.910.640.31
HSL342º83.33%37.65%-
HSV(B)342º90.91%69.02%-
XYZ19.029.975.77-
YUV69.31125.01204.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 68.75%
GREEN value IS 16 (6.64% from 255) = 6.25%
BLUE value IS 64 (25.39% from 255) = 25%
R=68.75%
G=6.25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176166400.910.640.3134283.3337.65
HexB0104005B401F1565326
Octal2602010001331003752612346
Binary10110000100001000000010110111000000111111010101101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01040; }

 p { color: rgb(176,16,64); }

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

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

 a { background-color: rgb(176,16,64); }

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

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

 span { border-color: rgb(176,16,64); }

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