#BF1940

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

Shades of Cardinal #BF1940

Tints of Cardinal #BF1940

Color information

#BF1940 (or 0xBF1940) is unknown color: approx Cardinal. HEX triplet: BF, 19 and 40. RGB value is (191,25,64). Sum of RGB (Red+Green+Blue) = 191+25+64=280 (37% of max value = 765). Red value is 191 (75% from 255 or 68.21% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1940 is #40E6BF. Grayscale: #4F4F4F. Windows color (decimal): -4253376 or 4200895. OLE color: 4200895.

HSL color Cylindrical-coordinate representation of color #BF1940: hue angle of 345.9º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1940 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB1912564-
CMYK00.870.660.25
HSL345.9º76.85%42.35%-
HSV(B)345.9º86.91%74.9%-
XYZ22.7612.145.99-
YUV79.08119.5207.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.21%
GREEN value IS 25 (10.16% from 255) = 8.93%
BLUE value IS 64 (25.39% from 255) = 22.86%
R=68.21%
G=8.93%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191256400.870.660.25345.976.8542.35
HexBF1940057421915a4d2a
Octal2773110001271023153211552
Binary10111111110011000000010101111000010110011010110101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1940; }

 p { color: rgb(191,25,64); }

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

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

 a { background-color: rgb(191,25,64); }

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

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

 span { border-color: rgb(191,25,64); }

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