#BF1636

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

Shades of Cardinal #BF1636

Tints of Cardinal #BF1636

Color information

#BF1636 (or 0xBF1636) is unknown color: approx Cardinal. HEX triplet: BF, 16 and 36. RGB value is (191,22,54). Sum of RGB (Red+Green+Blue) = 191+22+54=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1636 is #40E9C9. Grayscale: #4C4C4C. Windows color (decimal): -4254154 or 3544767. OLE color: 3544767.

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

Color convert

RGB1912254-
CMYK00.880.720.25
HSL348.64º79.34%41.76%-
HSV(B)348.64º88.48%74.9%-
XYZ22.4411.924.61-
YUV76.18115.49209.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.54%
GREEN value IS 22 (8.98% from 255) = 8.24%
BLUE value IS 54 (21.48% from 255) = 20.22%
R=71.54%
G=8.24%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191225400.880.720.25348.6479.3441.76
HexBF1636058481915d4f2a
Octal277266601301103153511752
Binary1011111110110110110010110001001000110011010111011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1636; }

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

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

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

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

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

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

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

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