#BF2143

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

Shades of Cardinal #BF2143

Tints of Cardinal #BF2143

Color information

#BF2143 (or 0xBF2143) is unknown color: approx Cardinal. HEX triplet: BF, 21 and 43. RGB value is (191,33,67). Sum of RGB (Red+Green+Blue) = 191+33+67=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2143 is #40DEBC. Grayscale: #545454. Windows color (decimal): -4251325 or 4399551. OLE color: 4399551.

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

Color convert

RGB1913367-
CMYK00.830.650.25
HSL347.09º70.54%43.92%-
HSV(B)347.09º82.72%74.9%-
XYZ23.0412.576.52-
YUV84.12118.35204.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.64%
GREEN value IS 33 (13.28% from 255) = 11.34%
BLUE value IS 67 (26.56% from 255) = 23.02%
R=65.64%
G=11.34%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191336700.830.650.25347.0970.5443.92
HexBF2143053411915b472c
Octal2774110301231013153310754
Binary101111111000011000011010100111000001110011010110111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2143; }

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

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

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

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

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

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

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

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