#BF2440

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

Shades of Cardinal #BF2440

Tints of Cardinal #BF2440

Color information

#BF2440 (or 0xBF2440) is unknown color: approx Cardinal. HEX triplet: BF, 24 and 40. RGB value is (191,36,64). Sum of RGB (Red+Green+Blue) = 191+36+64=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2440 is #40DBBF. Grayscale: #555555. Windows color (decimal): -4250560 or 4203711. OLE color: 4203711.

HSL color Cylindrical-coordinate representation of color #BF2440: hue angle of 349.16º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2440 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB1913664-
CMYK00.810.660.25
HSL349.16º68.28%44.51%-
HSV(B)349.16º81.15%74.9%-
XYZ23.0412.716.09-
YUV85.54115.85203.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.64%
GREEN value IS 36 (14.45% from 255) = 12.37%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=65.64%
G=12.37%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191366400.810.660.25349.1668.2844.51
HexBF2440051421915d442d
Octal2774410001211023153510455
Binary101111111001001000000010100011000010110011010111011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2440; }

 p { color: rgb(191,36,64); }

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

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

 a { background-color: rgb(191,36,64); }

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

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

 span { border-color: rgb(191,36,64); }

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