#BF2142

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

Shades of Cardinal #BF2142

Tints of Cardinal #BF2142

Color information

#BF2142 (or 0xBF2142) is unknown color: approx Cardinal. HEX triplet: BF, 21 and 42. RGB value is (191,33,66). Sum of RGB (Red+Green+Blue) = 191+33+66=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2142 is #40DEBD. Grayscale: #545454. Windows color (decimal): -4251326 or 4334015. OLE color: 4334015.

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

Color convert

RGB1913366-
CMYK00.830.650.25
HSL347.47º70.54%43.92%-
HSV(B)347.47º82.72%74.9%-
XYZ23.0112.566.37-
YUV84117.85204.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.86%
GREEN value IS 33 (13.28% from 255) = 11.38%
BLUE value IS 66 (26.17% from 255) = 22.76%
R=65.86%
G=11.38%
B=22.76%

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
Decimal191336600.830.650.25347.4770.5443.92
HexBF2142053411915b472c
Octal2774110201231013153310754
Binary101111111000011000010010100111000001110011010110111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2142; }

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

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

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

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

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

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

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

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