#BF144B

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

Shades of Cardinal #BF144B

Tints of Cardinal #BF144B

Color information

#BF144B (or 0xBF144B) is unknown color: approx Cardinal. HEX triplet: BF, 14 and 4B. RGB value is (191,20,75). Sum of RGB (Red+Green+Blue) = 191+20+75=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF144B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF144B is #40EBB4. Grayscale: #4D4D4D. Windows color (decimal): -4254645 or 4920511. OLE color: 4920511.

HSL color Cylindrical-coordinate representation of color #BF144B: hue angle of 340.7º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF144B is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB1912075-
CMYK00.900.610.25
HSL340.7º81.04%41.37%-
HSV(B)340.7º89.53%74.9%-
XYZ23.0112.087.78-
YUV77.4126.65209.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.78%
GREEN value IS 20 (8.20% from 255) = 6.99%
BLUE value IS 75 (29.69% from 255) = 26.22%
R=66.78%
G=6.99%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191207500.900.610.25340.781.0441.37
HexBF144B05A3D191555129
Octal277241130132753152512151
Binary1011111110100100101101011010111101110011010101011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF144B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF144B; }

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

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

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

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

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

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

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

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