#BF194C

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

Shades of Cardinal #BF194C

Tints of Cardinal #BF194C

Color information

#BF194C (or 0xBF194C) is unknown color: approx Cardinal. HEX triplet: BF, 19 and 4C. RGB value is (191,25,76). Sum of RGB (Red+Green+Blue) = 191+25+76=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF194C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF194C is #40E6B3. Grayscale: #505050. Windows color (decimal): -4253364 or 4987327. OLE color: 4987327.

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

Color convert

RGB1912576-
CMYK00.870.600.25
HSL341.57º76.85%42.35%-
HSV(B)341.57º86.91%74.9%-
XYZ23.1412.297.99-
YUV80.45125.5206.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.41%
GREEN value IS 25 (10.16% from 255) = 8.56%
BLUE value IS 76 (30.08% from 255) = 26.03%
R=65.41%
G=8.56%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191257600.870.600.25341.5776.8542.35
HexBF194C0573C191564d2a
Octal277311140127743152611552
Binary1011111111001100110001010111111100110011010101101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF194C; }

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

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

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

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

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

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

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

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