#BF104B

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

Shades of Cardinal #BF104B

Tints of Cardinal #BF104B

Color information

#BF104B (or 0xBF104B) is unknown color: approx Cardinal. HEX triplet: BF, 10 and 4B. RGB value is (191,16,75). Sum of RGB (Red+Green+Blue) = 191+16+75=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF104B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF104B is #40EFB4. Grayscale: #4A4A4A. Windows color (decimal): -4255669 or 4919487. OLE color: 4919487.

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

Color convert

RGB1911675-
CMYK00.920.610.25
HSL339.77º84.54%40.59%-
HSV(B)339.77º91.62%74.9%-
XYZ22.9411.957.76-
YUV75.05127.98210.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 67.73%
GREEN value IS 16 (6.64% from 255) = 5.67%
BLUE value IS 75 (29.69% from 255) = 26.60%
R=67.73%
G=5.67%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191167500.920.610.25339.7784.5440.59
HexBF104B05C3D191545529
Octal277201130134753152412551
Binary1011111110000100101101011100111101110011010101001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF104B; }

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

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

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

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

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

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

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

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