#BF1742

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

Shades of Cardinal #BF1742

Tints of Cardinal #BF1742

Color information

#BF1742 (or 0xBF1742) is unknown color: approx Cardinal. HEX triplet: BF, 17 and 42. RGB value is (191,23,66). Sum of RGB (Red+Green+Blue) = 191+23+66=280 (37% of max value = 765). Red value is 191 (75% from 255 or 68.21% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1742 is #40E8BD. Grayscale: #4E4E4E. Windows color (decimal): -4253886 or 4331455. OLE color: 4331455.

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

Color convert

RGB1912366-
CMYK00.880.650.25
HSL344.64º78.5%41.96%-
HSV(B)344.64º87.96%74.9%-
XYZ22.7812.086.29-
YUV78.13121.16208.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.21%
GREEN value IS 23 (9.38% from 255) = 8.21%
BLUE value IS 66 (26.17% from 255) = 23.57%
R=68.21%
G=8.21%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191236600.880.650.25344.6478.541.96
HexBF174205841191594f2a
Octal2772710201301013153111752
Binary10111111101111000010010110001000001110011010110011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1742; }

 p { color: rgb(191,23,66); }

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

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

 a { background-color: rgb(191,23,66); }

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

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

 span { border-color: rgb(191,23,66); }

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