#BF163A

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

Shades of Cardinal #BF163A

Tints of Cardinal #BF163A

Color information

#BF163A (or 0xBF163A) is unknown color: approx Cardinal. HEX triplet: BF, 16 and 3A. RGB value is (191,22,58). Sum of RGB (Red+Green+Blue) = 191+22+58=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF163A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF163A is #40E9C5. Grayscale: #4C4C4C. Windows color (decimal): -4254150 or 3806911. OLE color: 3806911.

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

Color convert

RGB1912258-
CMYK00.880.700.25
HSL347.22º79.34%41.76%-
HSV(B)347.22º88.48%74.9%-
XYZ22.5411.965.12-
YUV76.63117.49209.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 70.48%
GREEN value IS 22 (8.98% from 255) = 8.12%
BLUE value IS 58 (23.05% from 255) = 21.40%
R=70.48%
G=8.12%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191225800.880.700.25347.2279.3441.76
HexBF163A058461915b4f2a
Octal277267201301063153311752
Binary1011111110110111010010110001000110110011010110111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF163A; }

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

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

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

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

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

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

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

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