#bf1949

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

Shades of Cardinal #BF1949

Tints of Cardinal #BF1949

Color information

#BF1949 (or 0xBF1949) is unknown color: approx Cardinal. HEX triplet: BF, 19 and 49. RGB value is (191,25,73). Sum of RGB (Red+Green+Blue) = 191+25+73=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1949 is #40E6B6. Grayscale: #505050. Windows color (decimal): -4253367 or 4790719. OLE color: 4790719.

HSL color Cylindrical-coordinate representation of color #BF1949: hue angle of 342.65º 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 #BF1949 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB1912573-
CMYK00.870.620.25
HSL342.65º76.85%42.35%-
HSV(B)342.65º86.91%74.9%-
XYZ23.0412.257.45-
YUV80.11124207.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.09%
GREEN value IS 25 (10.16% from 255) = 8.65%
BLUE value IS 73 (28.91% from 255) = 25.26%
R=66.09%
G=8.65%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191257300.870.620.25342.6576.8542.35
HexBF19490573E191574d2a
Octal277311110127763152711552
Binary1011111111001100100101010111111110110011010101111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf1949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf1949; }

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

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

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

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

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

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

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

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