#BF154B

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

Shades of Cardinal #BF154B

Tints of Cardinal #BF154B

Color information

#BF154B (or 0xBF154B) is unknown color: approx Cardinal. HEX triplet: BF, 15 and 4B. RGB value is (191,21,75). Sum of RGB (Red+Green+Blue) = 191+21+75=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF154B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF154B is #40EAB4. Grayscale: #4D4D4D. Windows color (decimal): -4254389 or 4920767. OLE color: 4920767.

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

Color convert

RGB1912175-
CMYK00.890.610.25
HSL340.94º80.19%41.57%-
HSV(B)340.94º89.01%74.9%-
XYZ23.0212.127.78-
YUV77.99126.32208.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.55%
GREEN value IS 21 (8.59% from 255) = 7.32%
BLUE value IS 75 (29.69% from 255) = 26.13%
R=66.55%
G=7.32%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191217500.890.610.25340.9480.1941.57
HexBF154B0593D19155502a
Octal277251130131753152512052
Binary1011111110101100101101011001111101110011010101011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF154B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF154B; }

 p { color: rgb(191,21,75); }

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

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

 a { background-color: rgb(191,21,75); }

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

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

 span { border-color: rgb(191,21,75); }

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