#bf163f

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

Shades of Cardinal #BF163F

Tints of Cardinal #BF163F

Color information

#BF163F (or 0xBF163F) is unknown color: approx Cardinal. HEX triplet: BF, 16 and 3F. RGB value is (191,22,63). Sum of RGB (Red+Green+Blue) = 191+22+63=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF163F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF163F is #40E9C0. Grayscale: #4D4D4D. Windows color (decimal): -4254145 or 4134591. OLE color: 4134591.

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

Color convert

RGB1912263-
CMYK00.880.670.25
HSL345.44º79.34%41.76%-
HSV(B)345.44º88.48%74.9%-
XYZ22.6712.015.83-
YUV77.2119.99209.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 69.20%
GREEN value IS 22 (8.98% from 255) = 7.97%
BLUE value IS 63 (25% from 255) = 22.83%
R=69.20%
G=7.97%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191226300.880.670.25345.4479.3441.76
HexBF163F05843191594f2a
Octal277267701301033153111752
Binary1011111110110111111010110001000011110011010110011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf163f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf163f; }

 p { color: rgb(191,22,63); }

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

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

 a { background-color: rgb(191,22,63); }

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

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

 span { border-color: rgb(191,22,63); }

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