#BF2141

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

Shades of Cardinal #BF2141

Tints of Cardinal #BF2141

Color information

#BF2141 (or 0xBF2141) is unknown color: approx Cardinal. HEX triplet: BF, 21 and 41. RGB value is (191,33,65). Sum of RGB (Red+Green+Blue) = 191+33+65=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2141 is #40DEBE. Grayscale: #535353. Windows color (decimal): -4251327 or 4268479. OLE color: 4268479.

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

Color convert

RGB1913365-
CMYK00.830.660.25
HSL347.85º70.54%43.92%-
HSV(B)347.85º82.72%74.9%-
XYZ22.9812.556.21-
YUV83.89117.35204.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.09%
GREEN value IS 33 (13.28% from 255) = 11.42%
BLUE value IS 65 (25.78% from 255) = 22.49%
R=66.09%
G=11.42%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191336500.830.660.25347.8570.5443.92
HexBF2141053421915c472c
Octal2774110101231023153410754
Binary101111111000011000001010100111000010110011010111001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2141; }

 p { color: rgb(191,33,65); }

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

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

 a { background-color: rgb(191,33,65); }

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

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

 span { border-color: rgb(191,33,65); }

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