#BF1646

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

Shades of Cardinal #BF1646

Tints of Cardinal #BF1646

Color information

#BF1646 (or 0xBF1646) is unknown color: approx Cardinal. HEX triplet: BF, 16 and 46. RGB value is (191,22,70). Sum of RGB (Red+Green+Blue) = 191+22+70=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1646 is #40E9B9. Grayscale: #4D4D4D. Windows color (decimal): -4254138 or 4593343. OLE color: 4593343.

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

Color convert

RGB1912270-
CMYK00.880.630.25
HSL342.96º79.34%41.76%-
HSV(B)342.96º88.48%74.9%-
XYZ22.8812.096.92-
YUV78123.49208.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 67.49%
GREEN value IS 22 (8.98% from 255) = 7.77%
BLUE value IS 70 (27.73% from 255) = 24.73%
R=67.49%
G=7.77%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191227000.880.630.25342.9679.3441.76
HexBF16460583F191574f2a
Octal277261060130773152711752
Binary1011111110110100011001011000111111110011010101111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1646; }

 p { color: rgb(191,22,70); }

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

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

 a { background-color: rgb(191,22,70); }

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

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

 span { border-color: rgb(191,22,70); }

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